git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-08-16 11:50:14 +00:00
parent d14c3d60d4
commit 3f9613be38

View File

@ -196,7 +196,7 @@ double std = StatUtils.variance(values);
double median = StatUtils.percentile(50);
// Compute the mean of the first three values in the array
mean = StatuUtils.mean(values, 0, 3);
mean = StatUtils.mean(values, 0, 3);
</source>
</dd>
<dt>Maintain a "rolling mean" of the most recent 100 values from