SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.regression.linear.glm.quasi
Class Residuals

java.lang.Object
  extended by com.numericalmethod.suanshu.stats.regression.linear.Residuals
      extended by com.numericalmethod.suanshu.stats.regression.linear.glm.Residuals
          extended by com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.Residuals

public class Residuals
extends 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

overdispersion

public double overdispersion()
Compute the over-dispersion.

Overrides:
overdispersion in class Residuals
Returns:
the over-dispersion
See Also:
"P. J. MacCullagh and J. A. Nelder, Generalized Linear Models, 2nd ed. Section 4.5. Equation 4.23."

deviances

public double[] deviances()
Overrides:
deviances in class Residuals

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.