@best/analyzer
Advanced tools
Comparing version 8.1.3 to 9.0.0
@@ -15,3 +15,3 @@ "use strict"; | ||
if (samplesQuantileThreshold < 1) { | ||
const q = stats_1.quantile(arr, samplesQuantileThreshold); | ||
const q = (0, stats_1.quantile)(arr, samplesQuantileThreshold); | ||
arr = arr.filter((v) => v <= q); | ||
@@ -23,6 +23,6 @@ } | ||
samplesQuantileThreshold, | ||
mean: stats_1.mean(arr), | ||
median: stats_1.median(arr), | ||
variance: stats_1.variance(arr), | ||
medianAbsoluteDeviation: stats_1.medianAbsoluteDeviation(arr), | ||
mean: (0, stats_1.mean)(arr), | ||
median: (0, stats_1.median)(arr), | ||
variance: (0, stats_1.variance)(arr), | ||
medianAbsoluteDeviation: (0, stats_1.medianAbsoluteDeviation)(arr), | ||
}; | ||
@@ -29,0 +29,0 @@ } |
@@ -17,3 +17,3 @@ { | ||
"types": "build/index.d.ts", | ||
"version": "8.1.3" | ||
"version": "9.0.0" | ||
} |
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
7966