powered by
Provides the minimum and maximum of the parameter space for \(\delta\)
delta_bounds(distr)
Returns numeric vector of length two with first argument being the minimum and the second argument being the maximum of the parameter space.
string, defines the copula family: `independent` = Independence copula `normal` = Gaussian copula `clayton` = Clayton copula `gumbel` = Gumbel copula `frank` = Frank copula `joe` = Joe copula `amh` = Ali-Mikhail-Haq copula
Although the parameter space is larger in theory for some copulas, numeric under- and overflow limits the parameter space. The parameter space of \(\delta\) is specified for each copula below:
`independent`, min=0 and max=1
`normal`, min=-1 and max=1
`clayton`, min=1e-16 and max=28
`gumbel`, min=1 and max=17
`frank`, min=-35 and max=35
`joe`, min=1e-16 and max=30
`amh`, min=-1 and max=1
Other copula: cop(), dcop()
cop()
dcop()
delta_bounds("normal")
Run the code above in your browser using DataLab