Skip to main content

ols

Performs an OLS regression on timeseries data.

Usage

ols -d DEPENDENT -i INDEPENDENT [--no-output]

Parameters

NameDescriptionDefaultOptionalChoices
dependentThe dependent variable on the regression you would like to performNoneFalseNone
independentThe independent variables on the regression you would like to perform. E.g. historical.high,historical.lowNoneFalseNone
no_outputHide the output of the regressionFalseTrueNone

On this page