Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1239404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0576e96e73
commit
cbb3c0d087
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue