Suppose we have different candidate models proposed for a time series based on ACF and PACF. Now the basic equation has the white noise term. In MATLAB, u have "randn" command to generate normal random numbers. The parameters can be estimated from "armax" command.
After parameter estimation (calibration), the validation involves comparing the observed data with the predicted values. Now the problem which I m facing is that figuring out whether the white noise should be generated of what length (data length or a bigger population). Secondly, the white noise sequence should be preserved for all candidate model validation or subject to change? If they are changed, then the performance indicators such as RMSE, ML, AIC, BIC will also change.
So what should i do?