git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1239404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-02-01 23:35:46 +00:00
parent 0576e96e73
commit cbb3c0d087
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public abstract class AbstractLeastSquaresOptimizer
* @throws org.apache.commons.math.linear.SingularMatrixException * @throws org.apache.commons.math.linear.SingularMatrixException
* if the covariance matrix cannot be computed (singular problem). * if the covariance matrix cannot be computed (singular problem).
* *
* @see #getCovriances(double) * @see #getCovariances(double)
*/ */
public double[][] getCovariances() { public double[][] getCovariances() {
return getCovariances(DEFAULT_SINGULARITY_THRESHOLD); return getCovariances(DEFAULT_SINGULARITY_THRESHOLD);