|
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.glm.Residuals
com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.Residuals
public class Residuals
Residual analysis of the results of a quasi Generalized Linear Model regression.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.glm.Residuals |
|---|
deviance, devianceResiduals, deviances, overdispersion |
| Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.Residuals |
|---|
fitted, problem, residuals |
| Method Summary | |
|---|---|
double[] |
deviances()
|
double |
overdispersion()
Compute the over-dispersion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double overdispersion()
overdispersion in class Residualspublic double[] deviances()
deviances in class Residuals
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||