Skip to content

diversen/simple-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-regression-line

In statistics, a regression line is a line that best describes the behavior of a set of data. In other words, it’s a line that best fits the trend of a given data.

Calculate a very simple regression line from bivariate data.

This function uses the 'equation of the least-squares line'

See: Linear least squares

Install:

npm install --save simple-linear-regression

Usage: see test.js

License

MIT © Dennis Iversen

About

nodejs module for calculating a simple regression line from bivariate data using the 'linear least squares'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published