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_1 |
list returned by |
endpoint_types |
Character vector with 2 elements indicating the type of
endpoints. Each element is either |
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]