Learn R Programming

bayesforecast (version 1.0.5)

get_parameters: Get parameters of a varstan object.

Description

Get the sampled parameters of a varstan object.

Usage

get_parameters(object)

Value

a vector with the sampled parameters.

Arguments

object

a varstan object.

Author

Asael Alonzo Matamoros

Examples

Run this code
# \donttest{
 sf1 = auto.sarima(birth, iter = 500, chains = 1)
 get_parameters(sf1)
# }

Run the code above in your browser using DataLab