as.bicop: Convert list to bicop object

View source: R/bicop.R

as.bicopR Documentation

Convert list to bicop object

Description

Convert list to bicop object

Usage

as.bicop(object, check = TRUE)

Arguments

object

a list containing entries for "family", "rotation", "parameters", and "npars".

check

whether to check for validity of the family/parameter specification.

Value

A bicop object corresponding to the specification in object.

Examples

as.bicop(list(family = "gumbel", rotation = 90, parameters = 2, npars = 1))

rvinecopulib documentation built on April 12, 2025, 2:09 a.m.