calc-stats
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -62,2 +62,3 @@ const { getOrCreateIterator } = require("iter-fun"); | ||
calcMedian = stats.includes("median"); | ||
calcMin = stats.includes("min"); | ||
calcMode = stats.includes("mode"); | ||
@@ -75,3 +76,3 @@ calcModes = stats.includes("modes"); | ||
let needCount = calcCount || calcMean || calcMedian || calcVariance || calcStd || typeof filter === "function"; | ||
let needHistogram = calcHistogram || calcMedian || calcMode || calcModes || calcUniques; | ||
let needHistogram = calcHistogram || calcMedian || calcMode || calcModes || calcVariance || calcStd || calcUniques; | ||
let needSum = calcSum || calcMean || calcVariance || calcStd; | ||
@@ -78,0 +79,0 @@ let needMin = calcMin || calcRange; |
{ | ||
"name": "calc-stats", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Memory-Aware Statistical Calculations", | ||
@@ -5,0 +5,0 @@ "main": "calc-stats.js", |
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
15994
162