UNPKG

multiregress

Version:

Multiple linear regression.

40 lines (38 loc) 776 B
{ "name": "multiregress", "version": "1.0.0", "description": "Multiple linear regression.", "main": "./dist/index.js", "dependencies": { }, "devDependencies": { "ts-loader": "^6.2.2", "typescript": "^3.8.3", "webpack": "^4.42.1", "webpack-cli": "^3.3.11" }, "scripts": { "watch": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Lunuy/regres.git" }, "keywords": [ "regression", "multiple", "linear", "data", "modeling", "analysis", "statistics", "math" ], "author": "Lunuy", "license": "Unlicense", "bugs": { "url": "https://github.com/Lunuy/regres/issues" }, "homepage": "https://github.com/Lunuy/regres#readme" }