1.0.0 • Published 5 years ago

statistically v1.0.0

Weekly downloads
1
License
BEERWARE
Repository
-
Last release
5 years ago

pattern-recognition

A simple library to do online/offline statistical model training and prediction in nodejs. It currently supports

  • Ordinary least squares regression
  • Ordinary least squares to do Polynomial curve fitting
  • ADF, CADF, DF test for stationary series hypothesis testing

Objective is to do time series analysis and pattern recognition possible straight in nodejs environment.