I fitted a model using training data and I want to evaluate it's performance on a test data set. How the model obtained in the first step (fitted model by training data) is applied to the test data by SAS functions?
You can use the ESTIMATE statement options such as AR=, MA=, ... and NOEST to fix the parameter values to the estimated values you obtained in your model fitting step. See the "Options to Specify Parameter Values" section of the ESTIMATE statement documentation: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect022....
What SAS tool/procedure are you using?
I'm using Proc Arima procedure
You can use the ESTIMATE statement options such as AR=, MA=, ... and NOEST to fix the parameter values to the estimated values you obtained in your model fitting step. See the "Options to Specify Parameter Values" section of the ESTIMATE statement documentation: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect022....
Thanks Puwang.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.