View source: R/bicop_methods.R
par_to_ktau | R Documentation |
Conversion between Kendall's tau and parameters
par_to_ktau(family, rotation, parameters) ktau_to_par(family, tau)
family |
a copula family (see |
rotation |
the rotation of the copula, one of |
parameters |
vector or matrix of copula parameters, not used when
|
tau |
Kendall's τ. |
# the following are equivalent par_to_ktau(bicop_dist("clayton", 0, 3)) par_to_ktau("clayton", 0, 3) ktau_to_par("clayton", 0.5) ktau_to_par(bicop_dist("clayton", 0, 3), 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.