Package edu.cmu.tetrad.search.score
Class ConditionalGaussianLikelihood.Ret
java.lang.Object
edu.cmu.tetrad.search.score.ConditionalGaussianLikelihood.Ret
- Enclosing class:
ConditionalGaussianLikelihood
Gives return value for a conditional Gaussian likelihood, returning a likelihood value and the degrees of freedom
for it.
-
Method Summary
-
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
-