initials | R Documentation |
This command is useful to assign the initial values of the hyper-parameters of the prior distributions.
initials(sig2eps=0.01, sig2eta=NULL, sig2beta=NULL, sig2delta=NULL,
rhotp=NULL, rho=NULL, beta=NULL, phi=NULL)
sig2eps |
Initial value for the parameter |
sig2eta |
Initial value for the parameter |
sig2beta |
Initial value for the parameter |
sig2delta |
Initial value for the parameter |
rhotp |
Value for the parameter |
rho |
Initial value for the parameter |
beta |
Initial value for the parameter |
phi |
Initial value for the parameter |
Initial values are automatically given if the user does not provide these.
GibbsDyn, priors
.
##
initials<-initials(sig2eps=0.01, sig2eta=0.5, beta=NULL, phi=0.001)
initials
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.