|
|
|
|
|
by simplotek
1146 days ago
|
|
> A high school "data science" course, if designed properly, will be far more useful to students and beneficial to society than calculus. How do you expect students to understand what they are doing with "data science" without learning probability and statistics, and how do you expect students to get probability and statistics without learning calculus? I mean, Bayes' theorem. How do you get people to get it if they don't know calculus? |
|
Bayes' theorem follows straightforwardly from P(A & B) = P(A|B) P(B) and P(A & B) = P(B & A). The latter tells us that we can swap A and B in the former without changing the value, giving us P(A|B) P(B) = P(B|A) P(A).
Rearranging gives P(A|B) = P(B|A) P(A) / P(B), which is Bayes' theorem.