4.1.4.2.1. statsmodels.base.data.ModelData¶
-
class
statsmodels.base.data.ModelData(endog, exog=None, missing='none', hasconst=None, **kwargs)[source]¶ Class responsible for handling input data and extracting metadata into the appropriate form
4.1.4.2.1.1. Methods¶
__init__(endog[, exog, missing, hasconst]) |
|
attach_columns(result) |
|
attach_columns_eq(result) |
|
attach_cov(result) |
|
attach_cov_eq(result) |
|
attach_dates(result) |
|
attach_generic_columns(result, *args, **kwargs) |
|
attach_generic_columns_2d(result, *args, ...) |
|
attach_rows(result) |
|
handle_missing(endog, exog, missing, **kwargs) |
This returns a dictionary with keys endog, exog and the keys of kwargs. |
row_labels() |
|
wrap_output(obj[, how, names]) |
|
xnames() |
|
ynames() |
4.1.4.2.1.2. Attributes¶
param_names |