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:
parent
924041770d
commit
ab5b3d3944
|
@ -45,7 +45,7 @@ public class VectorialCovariance implements Serializable {
|
||||||
/** Number of vectors in the sample. */
|
/** Number of vectors in the sample. */
|
||||||
private long n;
|
private long n;
|
||||||
|
|
||||||
/** Constructs a VectorialMean.
|
/** Constructs a VectorialCovariance.
|
||||||
* @param dimension vectors dimension
|
* @param dimension vectors dimension
|
||||||
* @param isBiasCorrected if true, computed the unbiased sample covariance,
|
* @param isBiasCorrected if true, computed the unbiased sample covariance,
|
||||||
* otherwise computes the biased population covariance
|
* otherwise computes the biased population covariance
|
||||||
|
|
Loading…
Reference in New Issue