SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.regression.linear.logistic
Class Residuals

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

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

devianceResiduals

public final ImmutableVector devianceResiduals
the residuals, ε


nullDeviance

public final double nullDeviance
the null deviance


deviance

public final double deviance
the residual deviance


SuanShu, a Java numerical and statistical library

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