Class ConditionalGaussianLikelihood.Ret

java.lang.Object
edu.cmu.tetrad.search.score.ConditionalGaussianLikelihood.Ret
Enclosing class:
ConditionalGaussianLikelihood

public static final class ConditionalGaussianLikelihood.Ret extends Object
Gives return value for a conditional Gaussian likelihood, returning a likelihood value and the degrees of freedom for it.
  • Method Details

    • getLik

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

      public int getDof()
      Returns the degrees of freedom.
      Returns:
      The degrees of freedom.
    • toString

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