Linear Regression Intercept
Linear regression Intercept indicates the value of the price when the value of the time series is 0.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 14 |
Outputs
Output | Type |
---|---|
linearreg_intercept | np.ndarray |