initSV: Initialize the stochastic volatility parameters

View source: R/helper_functions.R

initSVR Documentation

Initialize the stochastic volatility parameters

Description

Compute initial values for normal stochastic volatility parameters. The model assumes an AR(1) for the log-volatility.

Usage

initSV(omega)

Arguments

omega

T x p matrix of errors

Value

List of relevant components: sigma_wt, the T x p matrix of standard deviations, and additional parameters (unconditional mean, AR(1) coefficient, and standard deviation).


dsp documentation built on Aug. 21, 2025, 5:29 p.m.