Javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1553598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa027a4685
commit
1220f2f7ba
|
@ -22,7 +22,7 @@ import org.apache.commons.math3.linear.Array2DRowRealMatrix;
|
||||||
import org.apache.commons.math3.linear.RealVector;
|
import org.apache.commons.math3.linear.RealVector;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The GLS implementation of the multiple linear regression.
|
* The GLS implementation of multiple linear regression.
|
||||||
*
|
*
|
||||||
* GLS assumes a general covariance matrix Omega of the error
|
* GLS assumes a general covariance matrix Omega of the error
|
||||||
* <pre>
|
* <pre>
|
||||||
|
|
Loading…
Reference in New Issue