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

Package detail

@totalpave/regression

totalpave6MIT3.3.2TypeScript support: included

Javascript least squares data fitting methods

regression, data, fiting, modeling, analysis

readme

@totalpave/regression

This module was forked from regression-js. Props to Tom Alexander for making this great library.

This module has been modified to have typings as well as some additional features to save and restore regression states without having the original data that formed the regression equation.

This module is no longer a drop in replacement.

Documentation TBD.

changelog

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v3.3.2

3 March 2020

  • Improved type declarations to avoid having to do type assertions 6feda80

v3.3.1

3 March 2020

  • improved type declarations 84b3a35
  • Removed ISerializable in favor for @totalpave/object serializable interface 3cbbb5a
  • 3.3.1 fa56197

v3.3.0

2 March 2020

  • feat: regression rewrites for findX/findY/derivatives and other math formulas a64dc0e
  • 3.3.0 0e8f266
  • Chore: Added sleep 7163c74

v3.2.0

26 February 2020

v3.1.0

26 February 2020

  • feat: Derivatives 1f50727
  • fix: Added src files for source mapping 14f115a

v3.0.0

25 February 2020

2.0.1

10 December 2017

2.0.0

15 July 2017

2.0

1.4.0

18 December 2016

  • Handful of minor improvements #48
  • Added slope and y-intercept to readme in the first example #42
  • Adds support for lib execution in web worker threads #40
  • Clean up and refactor existing code b8ba81b
  • Add unit tests and linting b4371e0
  • Added coefficient of determination e62bdc1

1.3.0

5 May 2015

  • Added linear regression through origin #26
  • Update string of result for polynomial func. #25
  • zero is not a missing value and should not be filtered out #23
  • Specify main file in bower.json #17
  • added linear regression through origin 4ef6fa0
  • zero is not a missing value and should not be filtered out 920fce5
  • Specify main file in bower.json 2d2a13f

1.2.0

17 July 2014

  • Add last value blank filling method #12
  • Add missing values support #8
  • Fixed the string building for polynomial functions #7
  • Add missing data parameter to polynomial regression example. #1
  • added equation string 16003d4
  • reorganized files 03671f5
  • initial commit 7fe9d3c