{ "name": "@stdlib/stats-base-dists-kumaraswamy-logcdf", "version": "0.2.1", "description": "Natural logarithm of the cumulative distribution function (CDF) for a Kumaraswamy's double bounded distribution.", "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", "gypfile": false, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "include": "./include", "lib": "./lib", "src": "./src", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/stats-base-dists-kumaraswamy-logcdf.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-ninf": "^0.2.3", "@stdlib/math-base-assert-is-nan": "^0.2.3", "@stdlib/math-base-napi-ternary": "^0.3.2", "@stdlib/math-base-special-ln": "^0.2.5", "@stdlib/math-base-special-pow": "^0.3.1", "@stdlib/utils-constant-function": "^0.2.3", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", "@stdlib/utils-library-manifest": "^0.2.4" }, "devDependencies": { "@stdlib/assert-is-number": "^0.2.3", "@stdlib/console-log-each-map": "^0.1.1", "@stdlib/constants-float64-eps": "^0.2.3", "@stdlib/constants-float64-pinf": "^0.2.3", "@stdlib/random-array-uniform": "^0.2.2", "@stdlib/random-base-randu": "^0.2.3", "@stdlib/string-format": "^0.2.3", "@stdlib/utils-try-require": "^0.2.3", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", "@stdlib/bench-harness": "^0.2.3" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "statistics", "stats", "distribution", "dist", "probability", "prob", "cdf", "cumulative", "cumulative distribution", "distribution function", "kumaraswamy", "logarithm", "log", "ln", "natural", "univariate", "continuous" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }