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- 
getLikpublic double getLik()Returns the likelihood.- Returns:
- The likelihood.
 
- 
getDofpublic int getDof()Returns the degrees of freedom.- Returns:
- The degrees of freedom.
 
- 
toStringReturns a string representation of this object.
 
-