get_parameters: Get parameters of a varstan object

Description Usage Arguments Value Author(s) Examples

View source: R/get_params.R

Description

Get the sampled parameters of a varstan object.

Usage

1

Arguments

object

a varstan object

Value

a vector with the sampled parameters

Author(s)

Asael Alonzo Matamoros

Examples

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

bayesforecast documentation built on June 17, 2021, 5:14 p.m.