@stdlib/stats-base-dists-normal-quantile
Advanced tools
Comparing version
{ | ||
"name": "@stdlib/stats-base-dists-normal-quantile", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Normal distribution quantile function.", | ||
@@ -40,16 +40,16 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/math-base-assert-is-nan": "^0.1.0", | ||
"@stdlib/math-base-special-erfinv": "^0.1.0", | ||
"@stdlib/math-base-special-sqrt": "^0.1.0", | ||
"@stdlib/stats-base-dists-degenerate-quantile": "^0.1.0", | ||
"@stdlib/utils-constant-function": "^0.1.0", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" | ||
"@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
"@stdlib/math-base-special-erfinv": "^0.1.1", | ||
"@stdlib/math-base-special-sqrt": "^0.1.1", | ||
"@stdlib/stats-base-dists-degenerate-quantile": "^0.1.1", | ||
"@stdlib/utils-constant-function": "^0.1.1", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/bench": "^0.1.0", | ||
"@stdlib/constants-float64-eps": "^0.1.0", | ||
"@stdlib/constants-float64-ninf": "^0.1.0", | ||
"@stdlib/constants-float64-pinf": "^0.1.0", | ||
"@stdlib/math-base-special-abs": "^0.0.6", | ||
"@stdlib/random-base-randu": "^0.0.8", | ||
"@stdlib/constants-float64-eps": "^0.1.1", | ||
"@stdlib/constants-float64-ninf": "^0.1.1", | ||
"@stdlib/constants-float64-pinf": "^0.1.1", | ||
"@stdlib/math-base-special-abs": "^0.1.0", | ||
"@stdlib/random-base-randu": "^0.1.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -56,0 +56,0 @@ "istanbul": "^0.4.1", |
@@ -221,4 +221,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-normal-quantile/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-normal-quantile/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-normal-quantile/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-normal-quantile/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -225,0 +225,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-normal-quantile/main.svg |