compute-mmean
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "compute-mmean", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Computes a moving arithmetic mean over a numeric array.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -32,3 +32,3 @@ Moving Mean | ||
mmean( data, 2 ); | ||
var arr = mmean( data, 2 ); | ||
// returns [ 1.5, 2.5, 3.5, 4.5 ] | ||
@@ -35,0 +35,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
7176