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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1458 views
  • 0 likes
  • 2 in conversation