Package edu.cmu.tetrad.sem
Class Ricf.RicfResult
java.lang.Object
edu.cmu.tetrad.sem.Ricf.RicfResult
- Enclosing class:
Ricf
RICF result.
-
Constructor Summary
ConstructorsConstructorDescriptionRicfResult
(cern.colt.matrix.DoubleMatrix2D shat, cern.colt.matrix.DoubleMatrix2D lhat, cern.colt.matrix.DoubleMatrix2D bhat, cern.colt.matrix.DoubleMatrix2D ohat, int iterations, double diff, ICovarianceMatrix covMatrix) The result. -
Method Summary
-
Constructor Details
-
RicfResult
public RicfResult(cern.colt.matrix.DoubleMatrix2D shat, cern.colt.matrix.DoubleMatrix2D lhat, cern.colt.matrix.DoubleMatrix2D bhat, cern.colt.matrix.DoubleMatrix2D ohat, int iterations, double diff, ICovarianceMatrix covMatrix) The result.- Parameters:
shat
- The shat matrix.lhat
- The laht matrix.bhat
- The bhat matrix.ohat
- The ohat matrix.iterations
- The number of iterations.diff
- The diff.covMatrix
- The covariance matrix.
-
-
Method Details
-
toString
A string representation of the result. -
getShat
public cern.colt.matrix.DoubleMatrix2D getShat()- Returns:
- shat.
-
getLhat
public cern.colt.matrix.DoubleMatrix2D getLhat()- Returns:
- lhat.
-
getBhat
public cern.colt.matrix.DoubleMatrix2D getBhat()- Returns:
- bhat
-
getOhat
public cern.colt.matrix.DoubleMatrix2D getOhat()- Returns:
- ohat.
-
getIterations
public int getIterations()- Returns:
- the number of iterations.
-