Class LogisticResiduals
- java.lang.Object
-
- dev.nm.stat.regression.linear.residualanalysis.LMResiduals
-
- dev.nm.stat.regression.linear.logistic.LogisticResiduals
-
public class LogisticResiduals extends LMResiduals
Residual analysis of the results of a logistic regression.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
deviance()
Gets the residual deviance.ImmutableVector
devianceResiduals()
Gets the residuals, ε.double
nullDeviance()
Gets the null deviance.-
Methods inherited from class dev.nm.stat.regression.linear.residualanalysis.LMResiduals
AR2, df, fitted, Fstat, getProblem, hHat, leverage, R2, residuals, RSS, standardized, stderr, studentized, TSS, weightedFittedValues, weightedResiduals
-
-
-
-
Method Detail
-
deviance
public double deviance()
Gets the residual deviance.- Returns:
- the residual deviance
-
nullDeviance
public double nullDeviance()
Gets the null deviance.- Returns:
- the null deviance
-
devianceResiduals
public ImmutableVector devianceResiduals()
Gets the residuals, ε.- Returns:
- the residuals, ε
-
-