SuanShu, a Java numerical and statistical library

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

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

public class Beta
extends Beta

This class represents the estimates of the beta in a quasi Generalized Linear Model, i.e., a GLM with a quasi-family.


Field Summary
 
Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.glm.Beta
z
 
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
 


SuanShu, a Java numerical and statistical library

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