Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend a good javascript statistics library? [closed]

Tags:

Can anyone recommend a good javascript statistics library?

Perhaps one recommendation per question, and let the votes push the best to the top.

note: Searching for javascript statistics seems lead one towards attempts at gathering statistics, I'm more interested in actual statistical calculations such as standard deviation and the like.

like image 821
Nathan Feger Avatar asked Jan 20 '11 00:01

Nathan Feger


People also ask

Should I use JavaScript libraries?

As a developer, having and using the right JavaScript libraries is important. It will make you more productive and will make development much easier and faster. In the end, it is up to you which library to prefer based on your needs.

What is the purpose of a JavaScript library?

A JavaScript library is a library of pre-written JavaScript code that allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.

How many different JavaScript libraries are there?

As we've said, JavaScript libraries are used to perform specific functions. There are around 83 of them, each created to serve some purpose, and we are going to cover some of their usability in this section.


1 Answers

jStat is a statistics library written in Javascript. http://www.jstat.org/

like image 114
srikanth Avatar answered Sep 18 '22 13:09

srikanth