public abstract class Beta
extends java.lang.Object
implements java.io.Serializable
Statistics of the β^ coefficients are also included:
standard error and covariance matrix.
| Modifier and Type | Field and Description |
|---|---|
ImmutableVector |
betaHat
the coefficient estimates, β^
|
ImmutableMatrix |
covariance
the covariance matrix of the coefficient estimates, β^
|
ImmutableVector |
stderr
the standard errors of the coefficients β^
|
public final ImmutableVector betaHat
public final ImmutableMatrix covariance
public final ImmutableVector stderr