TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple interactive tools to improve statistical intuition

5 点作者 laszlokorte超过 3 年前

3 条评论

laszlokorte超过 3 年前
In the recent months while taking a course in statistics and signal processing I built a handful of visualizations in order demonstrate some of the basic but important concepts I (re)learned.<p>I 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:<p>- visual proof of Bayes Theorem<p>- visualization how parameters of a gaussian distribution can be estimated<p>- interactive binary hypothesis test<p>- effect of a function on a random variable<p>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.<p>The section &quot;Other Educational Tools&quot; is older stuff that I included because it might be interesting as well.<p>All the code is on Github but it&#x27;s really hacked together and not polished to be read by others. [2]<p>[1]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29455894" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29455894</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;laszlokorte" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;laszlokorte</a>
coolgeek超过 3 年前
Thanks for sharing these!<p>IMO, they&#x27;d be much more helpful&#x2F;accessible with some default examples. For example, the graph algorithm and logic expression tools just drop you into a blank canvas.
评论 #29969689 未加载
CelestinaHDC超过 3 年前
I like how the different tools interacts with each other and the simplicity in using it, really helps understanding. Great work, thank you :)