An open API service indexing awesome lists of open source software.

https://github.com/diversen/standard-deviation-residual

Nodejs module that calculates the standard deviation residual of a dataset
https://github.com/diversen/standard-deviation-residual

standard-deviation-residual

Last synced: over 1 year ago
JSON representation

Nodejs module that calculates the standard deviation residual of a dataset

Awesome Lists containing this project

README

          

# simple-regression-line

Calculate the standard deviation residual of a dataset. Or: The Root-mean-square error (RMSD)

See e.g khan for explantion: [standard-deviation-residual](https://www.khanacademy.org/math/statistics-probability/describing-relationships-quantitative-data/assessing-the-fit-in-least-squares-regression/v/standard-deviation-of-residuals-or-root-mean-square-error-rmsd)

## Install:

npm install --save standard-deviation-residual

Usage: see [test.js](test.js)

## License

MIT © [Dennis Iversen](https://github.com/diversen)