Class Ricf.FitConGraphResult

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

public static class Ricf.FitConGraphResult extends Object
The fit con graph result.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FitConGraphResult(cern.colt.matrix.DoubleMatrix2D shat, double deviance, int df, int iterations)
    The result.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string representation of the FitConGraphResult object.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FitConGraphResult

      public FitConGraphResult(cern.colt.matrix.DoubleMatrix2D shat, double deviance, int df, int iterations)
      The result.
      Parameters:
      shat - The shat matrix.
      deviance - The deviance.
      df - The degrees of freedom.
      iterations - The iterations.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of the FitConGraphResult object. The string includes the Sigma hat matrix, deviance value, degrees of freedom, and number of iterations.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the FitConGraphResult object.