Skip to main content

bols

The between estimator is an alternative, usually less efficient estimator, can can be used to

Source Code: [link]

openbb.econometrics.bols(Y: pd.DataFrame, X: pd.DataFrame)

Parameters

NameTypeDescriptionDefaultOptional
regression_variableslistThe regressions variables entered where the first variable is
the dependent variable.
NoneTrue
datadictA dictionary containing the datasets.NoneTrue

Returns

TypeDescription
Tuple[DataFrame, Any, List[Any], Any]The dataset used,
Dependent variable,
Independent variable,
Between OLS model.