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

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

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