Author: sebb
Date: Sun Aug 16 11:50:14 2009
New Revision: 804673
URL: http://svn.apache.org/viewvc?rev=804673&view=rev
Log:
Typo
Modified:
commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml
Modified: commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml?rev=804673&r1=804672&r2=804673&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml Sun Aug 16
11:50:14 2009
@@ -196,7 +196,7 @@
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