Earlier quoted context omitted.
You can sidestep calculus by just using the discrete setting rather than a continuous one. If you want to introduce continuous distributions like the Gaussian one, you can just say "area under the curve" if you need to connect the density to a numerical probability. They don't have to know how to do the integral, in the case of a Gaussian, it's just tabulated anyway. I'd argue that you could teach a perfectly reasona…
> If you want to introduce continuous distributions like the Gaussian one, you can just say "area under the curve" if you need to connect the density to a numerical probability. What name do you give to this "area under the curve", or the "rate of change" of this area? They are pretty fundamental concepts with important and basic properties, which affect things like local optima and minimization, and expected value a…
If not, you could use some limiting argument to handle the moments of a continuous uniform RV, at least, in terms of the discrete analog.
You don’t need calculus to derive least squares estimators. You can follow the logic in this quora answer [1] to show that (e.g.) the mean is the minimum MSE estimator among constant functions, and that the conditional mean is the minimum MSE estimator among “general” (measurable L2) functions.
This derivation is familiar to many who have studied these concepts. It’s clever, it does not need differentiation, just expectation and logic.
It could be that your studies in probability were done using a certain pedagogical path, and that’s blinding you to the fact that other paths are possible.
[1] https://www.quora.com/Why-is-minimum-mean-square-error-estim...