0.0.3 • Published 10 years ago

jsregress v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

#jsRegress Build Status

jsRegress is a statistics library for node.js. Still very much under development. All working features tested for accuracy.

npm install jsregress

##Currently working

##Planned features

  • Univariate statistics
  • Multivariate statistics
  • Regression
  • More ANOVA
  • Non-parametric statistics
  • Categorical Data Analysis

##Why a statistical package in node?

Yes, you could get all this and more in R or SAS and yes computing the Mann-Whitney U in SAS will probably be quicker than computing it in a single-threaded node.js instance. However, sometimes you don't need the best performance, and sometimes you just want to stay in node. This library is for people running statistical tests as a part of a larger Node.js system. Or it's for people that just love javascript (Like I do!)

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago