Helpful Stan Functions
|
Functions | |
real | gumbel_copula_lpdf (real u, real v, real theta) |
real gumbel_copula_lpdf | ( | real | u, |
real | v, | ||
real | theta | ||
) |
Gumbel Copula Log Density
Archimedean family of Gumbel with parametric generator
\[ \exp(-t^{1/\theta}), t \in [0, \infty] \]
with \(\theta \in [1, \infty)\). The range of admissible Kendall’s tau, as well as that of the upper taildependence coefficient, is \([0,1)\). Note that this copula does not allow for lower tail dependence.
https://cran.r-project.org/web/packages/copula/copula.pdf "copula" R package in the copFamilies documentation accessed Feb. 5, 2021
Copyright Ben Goodrich https://groups.google.com/g/stan-users/c/hnUtkMYlLhQ/m/UZURBv2_AAAJ Accessed Feb. 5, 2021
u | Real number on (0,1], not checked but function will return NaN |
v | Real number on (0,1], not checked but function will return NaN |
theta | Real number >= 1, will throw otherwise |
log | density |