Description Usage Arguments Note See Also Examples
This command is useful to assign the initial values of the hyper-parameters of the prior distributions.
| 1 | 
| model | The spatio-temporal models, current options are: "GP", "AR", and "GPP". | 
| sig2eps | Initial value for the parameter σ^2_ε. | 
| sig2eta | Initial value for the parameter σ^2_η. | 
| 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.
spT.Gibbs, predict.spT, spT.priors.
| 1 2 3 4 5 6 7 | ## 
initials<-spT.initials(model="GPP", 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.