Skip to contents

Wrapper for fevdfd that defaults to fev = TRUE.

Usage

fevfd(var, freqs = c(0, 2 * pi), grid_size = 1000, fev = TRUE, ...)

Arguments

var

A VAR. Currently supports either a 'svars' or 'fevdvar' object.

freqs

vector of length 2 of min and max frequencies (0:2pi)

grid_size

how fine the grid to approximate the frequency domain

fev

Boolean true to return fev not fevd

...

Not currently used.