Learn R Programming

HBSTM (version 1.0.2)

estimation: Estimation of the median parameters

Description

Estimates the median parameters of an object of class HBSTM.

Usage

estimation(object,digits)

Arguments

object

an object of class "HBSTM".

digits

integer indicating the number of decimal places to round the median values.

Value

Returns an object of class Parameters with the median estimation of the parameters MCMC samples.

Details

In caste the MCMC samples of the object parameter are a specific component of the model, the others components have value -9999999.

See Also

Overview: HBSTM-package Classes : '>HBSTM,'>Parameters,'>Mu,'>Mt,'>Xt,'>Autoregressive,'>Seas,'>SpatParam,'>VectSubdiag, '>Hyperpriors,'>Mu0,'>Mt0,'>Xt0,'>Seas0,'>Autoregressive0,'>SpatParam0,'>VectSubdiag0 Methods : hbstm,hbstm.fit,results,estimation,resid,mse Plot : plotRes,plotFit Data: hirlam,coordinates

Examples

Run this code
# NOT RUN {
## See 'tutorial.pdf', included in the documentation of the package, to see a full example
# }

Run the code above in your browser using DataLab