Hi,
I have a group of time series that I want to forecast. I'm using the WF here below which is pretty straight forward. I have 4 fields :
- Grouping field
- Count (value I want to forecast)
- Date
- Covariate (0 / 0.5 / 1). This covariate is an attribute of the group ; it has the same value for the whole time series of each group.
I get the following errors when I run my WF :
TS Model Factory (4) Tool #64: Error in optim(init[mask], armaCSS, method = optim.method, hessian = FALSE, :
TS Model Factory (4) The matrix of covariates is not of full rank. Thus, the covariates for model xxxxxxxxx will not be used in model estimation.
TS Model Factory (4) Take caution when using this model as input into the TS Forecast Factory tool.
Should I prepare differently my dataset ?
Thanks.
