BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mmrekabdar
Calcite | Level 5

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Puwang
Obsidian | Level 7

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....

 

View solution in original post

4 REPLIES 4
Reeza
Super User

What SAS tool/procedure are you using?

 

mmrekabdar
Calcite | Level 5

I'm using Proc Arima procedure

Puwang
Obsidian | Level 7

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....

 

mmrekabdar
Calcite | Level 5

Thanks Puwang.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 4 replies
  • 1765 views
  • 0 likes
  • 3 in conversation