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
- Host: GitHub
- URL: https://github.com/diversen/standard-deviation-residual
- Owner: diversen
- Created: 2018-06-28T17:34:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T17:38:46.000Z (about 8 years ago)
- Last Synced: 2025-02-07T22:28:34.288Z (over 1 year ago)
- Topics: standard-deviation-residual
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)