Class Ricf.RicfResult

java.lang.Object
edu.cmu.tetrad.sem.Ricf.RicfResult
Enclosing class:
Ricf

public static class Ricf.RicfResult extends Object
RICF result.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    cern.colt.matrix.DoubleMatrix2D
     
    int
     
    cern.colt.matrix.DoubleMatrix2D
     
    cern.colt.matrix.DoubleMatrix2D
     
    cern.colt.matrix.DoubleMatrix2D
     
    A string representation of the result.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public String toString()
      A string representation of the result.
      Overrides:
      toString in class Object
    • 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.