get_parameters {bayesforecast}R Documentation

Get parameters of a varstan object

Description

Get the sampled parameters of a varstan object.

Usage

get_parameters(object)

Arguments

object

a varstan object

Value

a vector with the sampled parameters

Author(s)

Asael Alonzo Matamoros

Examples


 library(astsa)
 sf1 = auto.sarima(birth,iter = 500,chains = 1)
 get_parameters(sf1)



[Package bayesforecast version 1.0.1 Index]