Class IndTestDegenerateGaussianLrt.Ret

java.lang.Object
edu.cmu.tetrad.search.test.IndTestDegenerateGaussianLrt.Ret
Enclosing class:
IndTestDegenerateGaussianLrt

public static class IndTestDegenerateGaussianLrt.Ret extends Object
Stores a return value for a likelihood--i.e., a likelihood value and the degrees of freedom for it.
  • Method Details

    • getLik

      public double getLik()
      Returns the likelihood.
      Returns:
      This likelihood.
    • getDof

      public double getDof()
      Returns the degrees of freedom.
      Returns:
      These degrees of freedom.
    • toString

      public String toString()
      Returns a string representation of this object.
      Overrides:
      toString in class Object
      Returns:
      This string.