commons-math-interpolation
Version:
A partial port of the Apache Commons Math Interpolation package, including Akima cubic spline interpolation and LOESS/LOWESS local regression.
39 lines (38 loc) • 1.1 kB
JSON
{
"name": "commons-math-interpolation",
"version": "2.2.4",
"description": "A partial port of the Apache Commons Math Interpolation package, including Akima cubic spline interpolation and LOESS/LOWESS local regression.",
"type": "module",
"types": "Index.d.ts",
"main": "Index.js",
"keywords": [
"math",
"interpolation",
"akima",
"cubic spline",
"LOESS",
"LOWESS",
"local regression",
"apache commons math"
],
"license": "MIT",
"homepage": "http://www.source-code.biz/snippets/typescript/akima",
"repository": {
"type": "git",
"url": "git+https://github.com/chdh/commons-math-interpolation.git"
},
"contributors": [
{
"name": "Christian d'Heureuse",
"email": "chdh@inventec.ch",
"url": "http://www.source-code.biz"
}
],
"scripts": {
"clean": "node build.js clean",
"build": "node build.js build",
"prepack": "node build.js verifyCurrentDirIsDist",
"doPack": "cd dist && npm pack",
"doPublish": "cd dist && npm publish"
}
}