new_vine_copula_fit: Constructor for vine copula model

View source: R/copula_utils.R

new_vine_copula_fitR Documentation

Constructor for vine copula model

Description

Constructor for vine copula model

Usage

new_vine_copula_fit(fit_0, fit_1, endpoint_types)

Arguments

fit_0

list returned by fit_copula_submodel_OrdCont(), fit_copula_submodel_ContCont(), or fit_copula_submodel_OrdOrd().

fit_1

list returned by fit_copula_submodel_OrdCont(), fit_copula_submodel_ContCont(), or fit_copula_submodel_OrdOrd().

endpoint_types

Character vector with 2 elements indicating the type of endpoints. Each element is either "ordinal" or "continuous".

Value

S3 object of the class vine_copula_fit.

See Also

print.vine_copula_fit(), plot.vine_copula_fit() #should not be used be the user


Surrogate documentation built on April 11, 2025, 6:09 p.m.