Package edu.cmu.tetrad.search.test
Class IndTestDegenerateGaussianLrt.Ret
java.lang.Object
edu.cmu.tetrad.search.test.IndTestDegenerateGaussianLrt.Ret
- Enclosing class:
IndTestDegenerateGaussianLrt
Stores a return value for a likelihood--i.e., a likelihood value and the degrees of freedom for it.
-
Method Summary
-
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
-