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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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