In general, the problem occurs if the analyzed time series is a linear combination of multiple explanatory time series. For example, if the analyzed time series is 60% of explanatory time series #1, 40% of explanatory time series #2, and 0% of N-2 other explanatory series from a set of N (where N > 2), then I would expect the MinBLEIC optimizer to produce weights of [0.6, 0.4, 0, 0, ..., 0] for the explanatory series. Instead, the optimizer stops with a termination type = 7.
Is there a way to configure the optimizer to come up with the right answer?
|