data.unrestricted {fnets}R Documentation

Simulated data from the unrestricted factor-adjusted vector autoregression model

Description

set.seed(123)
n <- 500
p <- 50
common <- sim.unrestricted(n, p)
idio <- sim.var(n, p)
x <- common$data + idio$data

Usage

data.unrestricted

Format

## 'data.unrestricted' A ts object with 500 rows (observations) and 50 columns (series)


[Package fnets version 0.1.6 Index]