Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Parameters-class

Class "Parameters"


Description

"Parameters" contains all the values of the fitted HBSTM parameters and it is an internal class stored in "HBSTM".

Slots

Mu:

An object of class "Mu" containing the parameters of the mean component.

Mt:

An object of class "Mt" containing the parameters of the seasonal component.

Xt:

An object of class "Xt" containing the parameters of the autoregressive space-time component.

Yt:

A "matrix" of dimension SxT (S = predicted spatial points and T = temporal points) containing the fitted values of the parameter Yt

sigma2Y:

Contains the fitted value of the variance sigma2Y.

sigma2E:

Contains the fitted value of the variance sigma2E.

Methods

[

signature(x = "Parameters", i = "character", j = "missing", drop = "missing"): extract the components of the model.

[<-

signature(x = "Parameters", i = "character", j = "missing"): assign values to the components of the model.

Author(s)

Pilar Munyoz and Alberto Lopez Moreno

See Also


HBSTM

Hierarchical Bayesian Space-Time models for Gaussian space-time data.

v1.0.1
GPL (>= 2.0)
Authors
Pilar Munyoz, Alberto Lopez Moreno
Initial release
2014-1-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.