|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pal.statistics.LikelihoodRatioTest
Likelihood ratio test based on chi-square statistics
Constructor Summary | |
LikelihoodRatioTest()
|
Method Summary | |
static double |
getSignificance(double deltaL,
int df)
compute significance level for the differences in log-likelihood (based on chi-square distribution) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LikelihoodRatioTest()
Method Detail |
public static double getSignificance(double deltaL, int df)
deltaL
- difference of Log Likelihood values (>=0)df
- degrees of freedom
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |