vega-statistics
Advanced tools
Comparing version 1.7.3 to 1.7.4
{ | ||
"name": "vega-statistics", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "Statistical routines and probability distributions.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"pretest": "yarn prebuild && yarn rollup", | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src test", | ||
"test": "tape 'test/**/*-test.js'", | ||
"prepublishOnly": "yarn test && yarn build", | ||
@@ -30,3 +30,3 @@ "postpublish": "git push && git push --tags" | ||
}, | ||
"gitHead": "49a57c10b309addc513a52a38e1959ee169d4758" | ||
"gitHead": "35e31c5c6b54db9dc3a577b5adad8d15ec274d32" | ||
} |
import numbers from './numbers'; | ||
import {random} from './random'; | ||
import {quantile, ascending} from 'd3-array'; | ||
import {ascending, quantile} from 'd3-array'; | ||
@@ -5,0 +5,0 @@ export default function(array, samples, alpha, f) { |
import numbers from './numbers'; | ||
import {quantileSorted, ascending} from 'd3-array'; | ||
import {ascending, quantileSorted} from 'd3-array'; | ||
@@ -4,0 +4,0 @@ export default function(array, p, f) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107796