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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JStat: a JavaScript statistical library

37 点作者 danh大约 14 年前

6 条评论

gmac大约 14 年前
There's no documentation, but as far as I can tell from the code it knows some distributions and can do some plotting -- but won't analyse any actual data.<p>Am I wrong?<p>(If I'm not, I should perhaps put on Github a simple correlation/OLS regression JS library I wrote using Sylvester, <a href="http://sylvester.jcoglan.com/" rel="nofollow">http://sylvester.jcoglan.com/</a>).
Maciek416大约 14 年前
Was anyone able to find a way to easily contribute to this project? There seems to be no SVN or git repo.
评论 #2390442 未加载
评论 #2342419 未加载
hamilton大约 14 年前
I think these explorations are very worthwhile. People tend to underestimate how much work it takes to implement all the distribution functions.<p>Looking forward to seeing where this goes.<p>I'm hoping to see how the lib authors:<p>1.) deal with model workflow (for example, how do I go from model building to prediction?); 2.) explain what data structures they hope to introduce (if all the authors did was make a strong matrix library for server-side javascript, that would be enough to make everyone's day); 3.) outsource the computational grunt work to C (or Fortran, if they're really adventurous)
评论 #2390452 未加载
评论 #2343097 未加载
al_james大约 14 年前
Very interesting. Not sure that the browser is the right place for dealing with <i>large</i> amounts of statistical data, but still it may have some uses.
评论 #2340541 未加载
评论 #2340372 未加载
pssdbt大约 14 年前
I like that the example page is using the Aristo jQuery UI theme, also on the front page right now.
grails4life大约 14 年前
I will be using this for my project Here: <a href="http://statgadgets.student.iastate.edu/teaching/binomialci/" rel="nofollow">http://statgadgets.student.iastate.edu/teaching/binomialci/</a><p>And here:<a href="http://statgadgets.student.iastate.edu/teaching/LeastSquares.html" rel="nofollow">http://statgadgets.student.iastate.edu/teaching/LeastSquares...</a><p>Thank you