SuanShu, a Java numerical and statistical library

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

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

public class Beta
extends Beta

Beta coefficient estimates, β^, of a logistic regression model.

Statistics of the β^ coefficients are also included: z-value


Field Summary
 ImmutableVector z
          the z-value for the regression coefficients β^
 
Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.ols.Beta
t
 
Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.Beta
betaHat, covariance, stderr
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

z

public final ImmutableVector z
the z-value for the regression coefficients β^


SuanShu, a Java numerical and statistical library

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