Seeing Theory: A Visual Introduction to Probability and Statistics
seeing-theory.brown.edu
Seeing Theory: A Visual Introduction to Probability and Statistics
1–10 of 94 posts
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#2Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#3Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#4Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#5Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#6Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#7Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#8Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#9On a different thread this morning someone bemoaned the lack of statistical education - a sentiment that is widespread among people who have studied and worked with statistics and probability. It is really exciting to see pedagogical tools that help explain basic but important concepts like distributions and sampling. Great work.
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#10A couple of years ago I was just learning Python and was playing around with matplotlib. Running simulation of a dice roll 100, 1000, 10,000, 100,000, and 1,000,000 times started to show how the distribution starts to catch up with the expected 1/6th probability of each face. I was thinking how good it would be to teach young students this way.
For one, by doing the simulation part directly it's easier to see the "under repeated sampling..." logic inherent in frequentist procedures. Additionally, it's possible to do simulation-based procedures where traditional methods break down (think: permutation tests).