https://github.com/mljs/curve-fitting
Levenberg Marquardt curve-fitting: minimize sum of weighted squared residuals
https://github.com/mljs/curve-fitting
Last synced: about 1 year ago
JSON representation
Levenberg Marquardt curve-fitting: minimize sum of weighted squared residuals
- Host: GitHub
- URL: https://github.com/mljs/curve-fitting
- Owner: mljs
- License: mit
- Created: 2015-08-25T15:51:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T14:56:48.000Z (about 3 years ago)
- Last Synced: 2025-04-11T17:27:02.618Z (about 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 14
- Watchers: 11
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
DEPRECATED: please use: https://github.com/mljs/levenberg-marquardt
# ml-curve-fitting
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![npm download][download-image]][download-url]
Levenberg Marquardt curve-fitting
minimize sum of weighted squared residuals. Javascript version of matlab library from Henri Gavin.
## Installation
`$ npm install ml-curve-fitting`
## [Documentation](./Documentation.md)
## [Example: Trilateration](./Example.md)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-curve-fitting.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-curve-fitting
[travis-image]: https://img.shields.io/travis/mljs/curve-fitting/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/curve-fitting
[download-image]: https://img.shields.io/npm/dm/ml-curve-fitting.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-curve-fitting