View source: R/difm.hyp.parm.R
difm.hyp.parm | R Documentation |
Sets the hyperparameters to generate Gibbs sampler of DIFM
difm.hyp.parm(
model.attributes,
n.tau = 2.2,
n.s2.tau = 0.1,
n.sigma = 2.2,
n.s2.sigma = 0.1,
Hlist,
Psi.size = 0.01
)
model.attributes |
Model attributes from |
n.tau |
Shape parameter for tau |
n.s2.tau |
Rate parameter for tau |
n.sigma |
Shape parameter for sigma squared |
n.s2.sigma |
Rate parameter for sigma squared |
Hlist |
Neighborhood matrix |
Psi.size |
The magnitude of covariance for the evolution matrix |
A list of hyperparameters of tau, W, sigma, and theta.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.