ctsa
Version:
Univariate ARIMA model
30 lines (29 loc) • 646 B
JSON
{
"name": "ctsa",
"version": "0.2.0",
"description": "Univariate ARIMA model",
"main": "index.js",
"scripts": {
"build": "docker run -it --rm -v `pwd`:/source/ctsa ubuntu sh -c /source/ctsa/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcoats/ctsa.git"
},
"keywords": [
"arima",
"sarima",
"timeseries",
"prediction",
"forecasting",
"statistics",
"webassembly"
],
"author": "Thomas Coats",
"license": "MIT",
"dependencies": {},
"bugs": {
"url": "https://github.com/tcoats/ctsa/issues"
},
"homepage": "https://github.com/tcoats/ctsa#readme"
}