Home
last modified time | relevance | path

Searched defs:ols_model (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-statsmodels/statsmodels-0.13.1/examples/incomplete/
H A Dols_table.py31 ols_model = sm.OLS(data.endog, data.exog) variable
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Drobust_models_1.py233 ols_model = ols("prestige ~ income + education", prestige).fit() variable
298 ols_model = sm.OLS(y, X).fit() variable
H A Dols.py185 ols_model = sm.OLS(y, X) variable