public interface LinearModel
Modifier and Type | Method and Description |
---|---|
LMBeta |
beta()
Gets \(\hat{\beta}\) and statistics.
|
double |
Ey(Vector x)
Computes the expectation \(E(y(x))\) given an input.
|
LMResiduals |
residuals()
Gets the residual analysis of an OLS regression.
|
double Ey(Vector x)
x
- an inputLMBeta beta()
LMResiduals residuals()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.