|
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.Beta
com.numericalmethod.suanshu.stats.regression.linear.glm.Beta
public class Beta
This class represents the estimates of the beta in a Generalized Linear Model.
Statistics of the β^ coefficients are also included:
the z-values.
| Field Summary | |
|---|---|
ImmutableVector |
z
the z-values for the GLM coefficients β^ |
| Fields inherited from class com.numericalmethod.suanshu.stats.regression.linear.Beta |
|---|
betaHat, covariance, stderr |
| Constructor Summary | |
|---|---|
protected |
Beta(Vector betaHat,
Matrix covariance)
Construct an instance of Beta. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ImmutableVector z
| Constructor Detail |
|---|
protected Beta(Vector betaHat,
Matrix covariance)
betaHat - β^covariance - the covariance matrix of β^
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||