Show HN: Simple interactive tools to improve statistical intuition
tools.laszlokorte.de
Show HN: Simple interactive tools to improve statistical intuition
1–6 of 6 posts
Re: Show HN: Simple interactive tools to improve statistical intuition
#2I already posted a link to the fourier transform visualization a month ago. [1] Since then I worked on some more tools some of you might find helpful or interesting:
- visual proof of Bayes Theorem
- visualization how parameters of a gaussian distribution can be estimated
- interactive binary hypothesis test
- effect of a function on a random variable
The tools are not meant to give a fullblown introduction on the topics but more to deepen your intuition while learning from other sources or at least having already heard about the underlying concepts. But the visual and interactive concept of the tools might even allow to discover the core ideas and relations by yourself.
The section "Other Educational Tools" is older stuff that I included because it might be interesting as well.
All the code is on Github but it's really hacked together and not polished to be read by others. [2]
Re: Show HN: Simple interactive tools to improve statistical intuition
#3IMO, they'd be much more helpful/accessible with some default examples. For example, the graph algorithm and logic expression tools just drop you into a blank canvas.
Re: Show HN: Simple interactive tools to improve statistical intuition
#4Thanks for sharing these! IMO, they'd be much more helpful/accessible with some default examples. For example, the graph algorithm and logic expression tools just drop you into a blank canvas.
But I agree that I could have highlighted that better.
Re: Show HN: Simple interactive tools to improve statistical intuition
#5Re: Show HN: Simple interactive tools to improve statistical intuition
#6Thanks for sharing these! IMO, they'd be much more helpful/accessible with some default examples. For example, the graph algorithm and logic expression tools just drop you into a blank canvas.
Thank you for your feedback! In both tools you mentioned you can open example projects via the menu at the top. But I agree that I could have highlighted that better.
(Another UX nudge... the logic tool uses a folder icon to get to the examples, while th graph tool uses an "Open" button)