🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@stdlib/stats-base-dists-chisquare-pdf

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/stats-base-dists-chisquare-pdf - npm Package Compare versions

Comparing version

to
0.2.1

32

package.json
{
"name": "@stdlib/stats-base-dists-chisquare-pdf",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chi-squared distribution probability density function (PDF).",

@@ -18,15 +18,8 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"scripts": {},
"homepage": "https://stdlib.io",

@@ -41,19 +34,6 @@ "repository": {

"dependencies": {
"@stdlib/stats-base-dists-gamma-pdf": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0"
"@stdlib/stats-base-dists-gamma-pdf": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/constants-float64-eps": "^0.2.0",
"@stdlib/constants-float64-ninf": "^0.2.0",
"@stdlib/constants-float64-pinf": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-special-abs": "^0.2.0",
"@stdlib/math-base-special-ceil": "^0.2.0",
"@stdlib/random-base-randu": "^0.1.0",
"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.0",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -60,0 +40,0 @@ "node": ">=0.10.0",

4

README.md

@@ -209,4 +209,4 @@ <!--

[test-image]: https://github.com/stdlib-js/stats-base-dists-chisquare-pdf/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/stats-base-dists-chisquare-pdf/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/stats-base-dists-chisquare-pdf/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/stats-base-dists-chisquare-pdf/actions/workflows/test.yml?query=branch:v0.2.1

@@ -213,0 +213,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-chisquare-pdf/main.svg