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 June 13, 2025, 5:09 p.m.