BookmarkSubscribeRSS Feed
ShufeGuoding
Obsidian | Level 7

There are parameters as many as the samples in models with latent variable such as state space model. How to set the initial values of latent variable treated as paremters? I try to use macro variable to set the inital valuses. My question is : Variable can be used in PARMS statements?  For example:

PARMS h x;

Thanks !

                 Steve from SHUFE in Shanghai.

1 REPLY 1
1zmm
Quartz | Level 8

Read the documentation for the PARMS statement in PROC MCMC (available at the SAS Internet site).  To specify multiple initial parameters using the PARMS statement, precede this statement with an ARRAY statement that specifies the number of parameters you want to initialize.  The documentation shows the following example:

    ARRAY mu [3];

    PARMS mu {1 2 3};

Note that brackets are used in the ARRAY statement and that braces are used in the PARMS statement.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1386 views
  • 0 likes
  • 2 in conversation