Fixed error in javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@703818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2008-10-12 13:50:35 +00:00
parent 924041770d
commit ab5b3d3944
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class VectorialCovariance implements Serializable {
/** 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