layeropts: Fitting options for a new Vine Layer

Description Usage Arguments Value Note

View source: R/layeropts.R

Description

When fitting a new layer(s) to a vine, use this function to specify "known" components of the new layer(s), as well as

Usage

1
2
3
4
5
6
7
8
layeropts(
  var = NULL,
  G = NULL,
  ntrunc = NULL,
  cops = NULL,
  cpar = NULL,
  families = c("bvncop", "bvtcop", "mtcj", "gum", "frk", "joe", "bb1", "bb7", "bb8")
)

Arguments

ntrunc

Truncation level. Could be a vector corresponding to the truncation level for the variables var or G[1, ].

Value

A list of partially-specified layers of a vine.

Regarding the vine array info:

Regarding copula and parameter info:

Note

The arrays here use the newer form, where variables go in row 1.


vincenzocoia/copsupp documentation built on Aug. 23, 2020, 7:37 a.m.