public class GeneralizedLinearModelQuasiFamily extends Object implements LinearModel
Constructor and Description |
---|
GeneralizedLinearModelQuasiFamily(QuasiGLMProblem problem)
Constructs a
GeneralizedLinearModelQuasiFamily instance. |
Modifier and Type | Method and Description |
---|---|
QuasiGLMBeta |
beta()
Gets the GLM coefficient estimator, β^.
|
double |
Ey(Vector x)
Computes the expectation \(E(y(x))\) given an input.
|
QuasiGLMResiduals |
residuals()
Gets the residual analysis.
|
public GeneralizedLinearModelQuasiFamily(QuasiGLMProblem problem)
GeneralizedLinearModelQuasiFamily
instance.problem
- the quasi generalized linear regression problem to be solvedpublic double Ey(Vector x)
LinearModel
Ey
in interface LinearModel
x
- an inputpublic QuasiGLMBeta beta()
beta
in interface LinearModel
public QuasiGLMResiduals residuals()
residuals
in interface LinearModel
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.