"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…
Seeing Theory: A Visual Introduction to Probability and Statistics
21–30 of 94 posts
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#22So so cool ! And it goes to show how poorly probabilities and statistics are usually taught, it's such a waste. I'm working on a non profit project aiming in parts to aggregate this kind of pedagogical tools into a collaborative learning map and serving it in a personalised way: https://sci-map.org . Early phases still, but if people are interested to contribute please hit me up!
Sadly the project is no longer actively developed but if you haven't seen it yet, you should definitely check out for inspiration: https://github.com/metacademy
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#23So so cool ! And it goes to show how poorly probabilities and statistics are usually taught, it's such a waste. I'm working on a non profit project aiming in parts to aggregate this kind of pedagogical tools into a collaborative learning map and serving it in a personalised way: https://sci-map.org . Early phases still, but if people are interested to contribute please hit me up!
sci-map sounds very interesting. Have you looked at metacademy.org before? They did a lot of good work on the data model (concepts, resources, learning pathways, etc), and also collected a lot of content, mostly on computer topics. https://metacademy.org/graphs/concepts/bayesian_logistic_reg... Sadly the project is no longer actively developed but if you haven't seen it yet, you should definitely check out for inspir…
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#24A 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.
In an effort to reduce screen time, I recently tried to instigate a game of classic table-top Dungeons & Dragons. And I swear, kids were even more interested in the BigInt N-sided die function I cribbed in a python shell than any demons or demigods ;) Seeing Theory interactivity is very interesting. I think if there is one canonical example to tie it all together it would be something akin to "estimate the likelihood…
Imagine how much their thought process would change if they intimately understood how scientific modelling works.
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#25"If you roll 2 six-sided dice, what are the chances you roll at least one dice above 5 (5 or 6)?" A nice trick to visually solve this in your head I heard once is: If you think of rolling two dice as a square. X and Y are each dice. You get a 36 square board. Getting 1 six is just the upper boarder. 6 on the top, 6 on the right (6 and 6 overlap). So 11 out of the 36 squares.
In studying probability, I found that accounting for the "overlap" as you described it was more tedious in more complicated problems than just always calculating the joint probabilities and inverting them.
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#26"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…
It is known in academic circles as Monty hall and when it pops up in popular media, it is also referred to as Monty hall.
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#27"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…
Why are you calling the Monty Hall problem for the goat problem? It is known in academic circles as Monty hall and when it pops up in popular media, it is also referred to as Monty hall.
... It became famous as a question from a reader's letter quoted in Marilyn vos Savant's "Ask Marilyn" column in Parade magazine in 1990 (vos Savant 1990a):
Suppose you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what's behind the doors, opens another door, say No. 3, which has a goat. He then says to you, "Do you want to pick door No. 2?" Is it to your advantage to switch your choice?
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#28"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#29"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…
The Monte Hall problem is more of a curiosity than a fundamental principle!
(Was a TA in undergrad engineering probability for 2 years, saw my share of learners.)
Re: Seeing Theory: A Visual Introduction to Probability and Statistics
#30"Don't trust your intuition". This should be the basis for all teaching in statistics and probability. If all goes wrong, it should be the one thing everyone remembers from their statistics education. And yet year after year, everyone is starting with E(X)=sum(x*P(x)) and has no idea what it was about afterwards. With calculus and linear algebra your gut feel is about right no average. You can quickly get a feel for…