new_vine_copula_fit {Surrogate}R 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


[Package Surrogate version 3.4.1 Index]