Learn R Programming

sparsevar (version 1.0.0)

bootstrapped_var: Bootstrap VAR

Description

Build the bootstrapped series from the original var

Usage

bootstrapped_var(v)

Value

A matrix containing the bootstrapped time series with the same dimensions as the original series.

Arguments

v

the VAR object as from fitVAR or simulateVAR