public abstract class LMBeta extends Object
Constructor and Description |
---|
LMBeta(Vector betaHat)
Constructs an instance of
Beta . |
Modifier and Type | Method and Description |
---|---|
ImmutableVector |
betaHat()
Gets the coefficient estimates, β^.
|
abstract ImmutableMatrix |
covariance()
Gets the covariance matrix of the coefficient estimates, β^.
|
ImmutableVector |
stderr()
Gets the standard errors of the coefficients β^.
|
ImmutableVector |
t()
Gets the t- or z- value of the regression coefficients β^.
|
public LMBeta(Vector betaHat)
Beta
.betaHat
- the coefficient estimates, β^public ImmutableVector betaHat()
public abstract ImmutableMatrix covariance()
public ImmutableVector stderr()
public ImmutableVector t()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.