Skip to content

lexi-sh/jsRegress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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!)

About

Javascript statistics library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published