-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-automatic TBATS? #965
Comments
Yes. Please read the documentation. |
Ok, yeah, everything I asked for, except fixing an order for the ARMA errors. So even if you set use.arma.errors=TRUE, could the model still select order = (0,0) under the hood? Would that end up equivalent to use.arma.errors=FALSE? Or is it forced to pick an order > (0,0)? I'm asking about fine-grain control because I want to pick the combination of TBATS params based on out-of-sample forecast error, rather than in-sample AIC. And I don't want to iterate over inadvertently redundant combinations of parameters. Cheers |
The automatic selection of the ARMA errors can choose |
thanks |
Is there a way to force TBATS to run with a certain configuration? Say, I don't want the function to try and find the best model out of many parameter configurations. I only want a single specific configuration.
e.g. if I want exactly this model, and nothing else tested under the hood:
Is this possible? Thanks.
The text was updated successfully, but these errors were encountered: