get_parameters: Get parameters of a 'varstan' object.

View source: R/get_params.R

get_parametersR 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


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



bayesforecast documentation built on June 8, 2025, 10:42 a.m.