Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

statistically

yellowflash3BEERWARE1.0.0

pattern-recognition -------------------

readme

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.