Author: psteitz Date: Sun Oct 12 06:50:35 2008 New Revision: 703818 URL: http://svn.apache.org/viewvc?rev=703818&view=rev Log: Fixed error in javadoc.
Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.java Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.java URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.java?rev=703818&r1=703817&r2=703818&view=diff ============================================================================== --- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.java (original) +++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.java Sun Oct 12 06:50:35 2008 @@ -45,7 +45,7 @@ /** Number of vectors in the sample. */ private long n; - /** Constructs a VectorialMean. + /** Constructs a VectorialCovariance. * @param dimension vectors dimension * @param isBiasCorrected if true, computed the unbiased sample covariance, * otherwise computes the biased population covariance