variable_names

property LinearModel.variable_names: list[str]

Variables of the linear model.

Returns

list

The list of all model variables: the regressors \(X\), including the 'intercept' and the 'variance' \(\sigma^2\).