I have a univariate time series which does not have any known covariates for the future and including day of month, week of year is of no use in my example. This is not possible as of now so I have to create, say, week of year and include it in my model even though I know this is of no use.
This is probably a bug as there is no problem in not having it theoretically. Although it's probably recommended to always pass at least a linearly increasing value to mark the time series trend.
Is there a reason why
spec_covariate_known()
is required?From your Getting started
This works:
This doesn't:
I have a univariate time series which does not have any known covariates for the future and including day of month, week of year is of no use in my example. This is not possible as of now so I have to create, say, week of year and include it in my model even though I know this is of no use.