priors: Priors for the spatio-temporal models.

View source: R/spTfnc.R

priorsR Documentation

Priors for the spatio-temporal models.

Description

This command is useful to assign the hyper-parameters of the prior distributions.

Usage

priors(inv.var.prior=Gamm(a=2,b=1),beta.prior=Norm(0,10^10), 
  rho.prior=Norm(0,10^10))

Arguments

inv.var.prior

The hyper-parameter for the Gamma prior distribution (with mean = a/b) of the precision (inverse variance) model parameters (e.g., 1/σ2_ε, 1/σ2_η).

beta.prior

The hyper-parameter for the Normal prior distribution of the β model parameters.

rho.prior

The hyper-parameter for the Normal prior distribution of the ρ model parameter.

Note

If no prior information are given (assigned as NULL), then it use flat prior values of the corresponding distributions.
Gam and Nor refers to Gamma and Normal distributions respectively.

See Also

GibbsDyn, initials.

Examples


## 
library(spTimer)
priors<-priors(inv.var.prior=Gamm(2,1), beta.prior=Norm(0,10^4))
priors

##


spTDyn documentation built on Nov. 22, 2022, 5:07 p.m.