Closed cbartondock closed 5 years ago
I added an end_idx to the forecast method so that if desired the user can forecast further into the future than they have data for. IMO Log transform should always be log(1+x) so that zero doesn't give -Inf. Completed the MA part of ARIMA :)
I added an end_idx to the forecast method so that if desired the user can forecast further into the future than they have data for. IMO Log transform should always be log(1+x) so that zero doesn't give -Inf. Completed the MA part of ARIMA :)