|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.regression.linear.Residuals
com.numericalmethod.suanshu.stats.regression.linear.logistic.Residuals
public class Residuals
Residual analysis of the results of a logistic regression.
| Field Summary | |
|---|---|
double |
deviance
the residual deviance |
ImmutableVector |
devianceResiduals
the residuals, ε |
double |
nullDeviance
the null deviance |
| Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.Residuals |
|---|
fitted, problem, residuals |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ImmutableVector devianceResiduals
public final double nullDeviance
public final double deviance
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||