Hacker News new | ask | show | jobs
by mturmon 1148 days ago
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 reasonable high school stats class using this kind of approach.

A "calculus-free" method is mostly what is done for high school physics, with occasional nods in that direction to set the students up later. And like physics, the obvious connection to of continuous probability to calculus will be a nice motivation later on.

One analogy is how we teach probability to sophisticated engineering undergraduates. I'm not aware of undergrad engineering curricula that use measure theory. This results in awkwardness around delta "functions" and probabilities of certain sets of measure zero (sets that cannot be integrated without the Lebesgue integral).

And sure, some of those undergrads don't ever take that measure theory class, so they escape to the wild without knowing the answers to awkward questions.

1 comments

> 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 and covariance, etc. I mean, you can't cover linear models and least squares without this stuff, and if you don't then I wouldn't really call it learning.

You call “area under the curve”… area under the curve. Expected values, least squares, linear model, etc can all be explained in the discrete case without calculus.

High school math isn’t and doesn’t need to be rigorously proofed based, if you lack some do the tooling necessary to demonstrate a proof, you can tell a student, “the proof requires calculus” and boom, you’ve given them a reason to take an interest in the subject.

You don’t need integration to define expected value or covariance in the discrete case. TBH I’m not sure if you can get around integration in the general continuous case or not.

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...