View source: R/BiCopPar2Beta.R
BiCopPar2Beta | R Documentation |
This function computes the theoretical Blomqvist's beta value of a bivariate copula for given parameter values.
BiCopPar2Beta(family, par, par2 = 0, obj = NULL, check.pars = TRUE)
family |
integer; single number or vector of size |
par |
numeric; single number or vector of size |
par2 |
numeric; single number or vector of size |
obj |
|
check.pars |
logical; default is |
If the family and parameter specification is stored in a BiCop()
object obj
, the alternative version
BiCopPar2Beta(obj)
can be used.
Theoretical value of Blomqvist's beta corresponding to the bivariate
copula family
and parameter(s) par
, par2
.
The number n
can be chosen arbitrarily, but must agree across
arguments.
Ulf Schepsmeier
Blomqvist, N. (1950). On a measure of dependence between two random variables. The Annals of Mathematical Statistics, 21(4), 593-600.
Nelsen, R. (2006). An introduction to copulas. Springer
## Example 1: Gaussian copula
BiCopPar2Beta(family = 1, par = 0.7)
BiCop(1, 0.7)$beta # alternative
## Example 2: Clayton copula
BiCopPar2Beta(family = 3, par = 2)
## Example 3: different copula families
BiCopPar2Beta(family = c(3,4,6), par = 2:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.