trunclevel: Get Truncation Level

Description Usage Arguments Examples

View source: R/trunc.rvine.R

Description

Extract the truncation level of a vine array. Intended for internal use.

Usage

1
trunclevel(G, overall = FALSE)

Arguments

G

Vine array.

overall

Logical; TRUE returns the overall truncation level, FALSE the truncation level of each column.

Examples

1
2
3
4
G <- AtoG(CopulaModel::Dvinearray(6))
G <- truncvinemat(G, c(0, 1, 2, 1, 2, 4))
trunclevel(G)
trunclevel(G, TRUE)

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