mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d14c3d60d4
commit
3f9613be38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user