BeMoreDifferent / jsRegress

Javascript statistics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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


Languages

Language:JavaScript 94.2%Language:CoffeeScript 5.8%