https://github.com/mljs/regression-power
Power Regression
https://github.com/mljs/regression-power
Last synced: 8 months ago
JSON representation
Power Regression
- Host: GitHub
- URL: https://github.com/mljs/regression-power
- Owner: mljs
- License: mit
- Created: 2017-04-28T14:46:20.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:57:24.000Z (about 1 year ago)
- Last Synced: 2024-10-18T12:47:04.463Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://mljs.github.io/regression-power/
- Size: 1.23 MB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# regression-power
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![npm download][download-image]][download-url]
Power Regression.
## Installation
`$ npm i ml-regression-power`
## Usage
This calculates parameters A and B for the equation `y = A * x^B`.
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-regression-power.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-regression-power
[travis-image]: https://img.shields.io/travis/mljs/regression-power/main.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/regression-power
[download-image]: https://img.shields.io/npm/dm/ml-regression-power.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-regression-power