@stdlib/stats-incr-apcorr
Version:
Compute a sample absolute Pearson product-moment correlation coefficient.
83 lines (82 loc) • 1.74 kB
JSON
{
"name": "@stdlib/stats-incr-apcorr",
"version": "0.2.2",
"description": "Compute a sample absolute Pearson product-moment correlation coefficient.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stats-incr-apcorr.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-number": "^0.2.2",
"@stdlib/math-base-special-abs": "^0.2.1",
"@stdlib/stats-incr-pcorr": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"statistics",
"stats",
"mathematics",
"math",
"covariance",
"sample covariance",
"variance",
"unbiased",
"var",
"correlation",
"corr",
"pearson",
"product-moment",
"abs",
"absolute",
"value",
"bivariate",
"incremental",
"accumulator"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}