You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/07/07 12:26:34 UTC

svn commit: r1358535 - /commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml

Author: erans
Date: Sat Jul  7 10:26:33 2012
New Revision: 1358535

URL: http://svn.apache.org/viewvc?rev=1358535&view=rev
Log:
Typo in userguide.

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=1358535&r1=1358534&r2=1358535&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/stat.xml Sat Jul  7 10:26:33 2012
@@ -583,7 +583,7 @@ double[][] parametersVariance = regressi
 
 double regressandVariance = regression.estimateRegressandVariance();
 
-double rSquared = regression.caclulateRSquared();
+double rSquared = regression.calculateRSquared();
 
 double sigma = regression.estimateRegressionStandardError();
          </source>