forecastLimitLowerBound property

double? forecastLimitLowerBound
getter/setter pair

The forecast limit lower bound that was used during ARIMA model training with limits.

To see more details of the algorithm: https://otexts.com/fpp2/limits.html

Implementation

core.double? forecastLimitLowerBound;