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

SpatParam-class

Class "SpatParam"


Description

"SpatParam" contains the values of the spatial parameters and is an internal class stored in the classes "Mu" and "Autorregressive".

Slots

alpha:

A "vector" of length: the number of horizontal (east-west) spatial lags. It contains the fitted values of the horizontal spatial parameters.

beta:

A "vector" of length: the number of vertical (north-south) spatial lags. It contains the fitted values of the vertical spatial parameters.

phi:

A "vector" of length: the number of diagonal (southeast-northwest) spatial lags. It contains the fitted values of the diagonal spatial parameters.

theta:

A "vector" of length: the number of inverse-diagonal (southwest-northeast) spatial lags. It contains the fitted values of the inverse-diagonal spatial parameters.

Cmat:

An SxS "matrix" (S is the number of spatial points of the predicted grid) containing all the spatial parameters.

lags:

A "vector" containing the spatial lags for each direction. Each position of the vector is related to the lags of alpha, beta, phi and theta, respectively.

dirs:

A "vector" containing the considered spatial directions of the model.

Methods

[

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

[<-

signature(x = "SpatParam", 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.