David Tedford Holt

Results 7 issues of David Tedford Holt

used the structure of `yearquarter()` specification, addresses #142

'recomender' to 'recommender'

Not a serious problem, but worth talking about in the documentation. I'm happy to add something to the `Details` section about `uncertainty.samples` (which appears as `times` based on `fable::ARIMA`). I'd...

I've added a bit more detail about `reconcile()` methods and the function, itself. Also, the URLs to the fpp2 sections for each method. I didn't include a link to Chapter...

I had to do a bit more work to get `new_data` to be included in the `future_mapply` and `apply` calls properly. I've tested on a couple of models with multiples...

Using `fable` at any kind of scale gets painful if computation of forecasts isn't also parallelized. I've got a possible implementation I'll PR tomorrow.

It would be nice to specify a holdout period without having to use `filter`. It gets tricky if different series in a `tsbl` have different dates for their final observation....