项目作者: chdh

项目描述 :
A partial TypeScript port of the Apache Commons Math Interpolation package, including Akima cubic spline interpolation and LOESS/LOWESS local regression.
高级语言: TypeScript
项目地址: git://github.com/chdh/commons-math-interpolation.git
创建时间: 2017-12-28T23:53:03Z
项目社区:https://github.com/chdh/commons-math-interpolation

开源协议:MIT License

下载


commons-math-interpolation

This package is a partial TypeScript port of some Java classes of the Apache Commons Math library.

The following forms of interpolation are implemented:

The interpolators work on a dataset of x/y points (knots).

Additionally, a local regression algorithm is implemented that can be used in conjunction with the above interpolators.

Interpolation demo: www.source-code.biz/snippets/typescript/akima

LOESS demo: www.source-code.biz/snippets/typescript/loess

NPM package: commons-math-interpolation