Class GLMBeta
- java.lang.Object
-
- dev.nm.stat.regression.linear.LMBeta
-
- dev.nm.stat.regression.linear.glm.GLMBeta
-
- Direct Known Subclasses:
QuasiGLMBeta
public class GLMBeta extends LMBeta
This is the estimate of beta, β^, in a Generalized Linear Model.
-
-
Constructor Summary
Constructors Constructor Description GLMBeta(GLMFitting fitting, GLMResiduals residuals)
Construct an instance ofBeta
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableMatrix
covariance()
Gets the covariance matrix of the coefficient estimates, β^.
-
-
-
Constructor Detail
-
GLMBeta
public GLMBeta(GLMFitting fitting, GLMResiduals residuals)
Construct an instance ofBeta
.- Parameters:
fitting
- the fitting results of a GLMresiduals
- the residual analysis of a GLM
-
-
Method Detail
-
covariance
public ImmutableMatrix covariance()
Description copied from class:LMBeta
Gets the covariance matrix of the coefficient estimates, β^.- Specified by:
covariance
in classLMBeta
- Returns:
- the covariance matrix of the coefficient estimates, β^
-
-