Honza Zouhar

Results 1 issues of Honza Zouhar

In `generate.TSLM()`, the variance of generated (non-bootstrapped) innovations is obtained as `x$sigma2 / x$df.residual`: https://github.com/tidyverts/fable/blob/a9404d8bdbd2990a49fffcc43257f8a6e9f9a5d3/R/lm.R#L331 Correct me if I'm wrong, but I believe that plain `x$sigma2` is in fact the...