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 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()
      Overrides:
      toString in class Object
      Returns:
      a string representation.