variable_names¶
- property LinearModel.variable_names: list
Variables of the linear model.
Returns¶
- list
The list of all model variables: the regressors \(X\), including the
interceptand thevariance\(\sigma^2\).
Variables of the linear model.
The list of all model variables: the regressors \(X\), including the intercept and the variance
\(\sigma^2\).