est_options | R Documentation |
Sets starting values, upper and lower bounds for the parameters. The bounds are based on those in the rvinecopulib package.
est_options(family, tau = 0.5)
family |
Copula family: "gaussian", "t", "clayton", "frank", "gumbel", "joe", "plackett”, "bb1", "bb6", "bb7","bb8","ncs-gaussian", "ncs-clayton", "ncs-gumbel", "ncs-frank", "ncs-joe","ncs-plackett". |
tau |
Estimated Kendall's tau to compute a starting point (default is 0.5) |
LB |
Lower bound for the parameters |
UB |
Upper bound for the parameters |
start |
Starting point for the estimation |
Nagler & Vatter (2002). rvinecopulib: High Performance Algorithms for Vine Copula Modeling. Version 0.6.2.1.3
Nasri (2020). On non-central squared copulas. Statistics and Probability Letters.
Nasri (2022). Test of serial dependence for arbitrary distributions. JMVA.
Nasri & Remillard (2023). Copula-based dependence measures for arbitrary data, arXiv 2301.07267.
out = est_options("bb8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.