diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index c2589ea..0417d0b 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-27T15:54:21","documenter_version":"1.1.2"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-30T17:58:27","documenter_version":"1.1.2"}}
\ No newline at end of file
diff --git a/dev/index.html b/dev/index.html
index b8c96d7..ab82165 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -25,4 +25,4 @@
author={Durante, Fabrizio and Sempi, Carlo},
year={2015},
publisher={CRC press}
-}sourceWilliamsonTransforms.π² β Type
π²(X,d)(x)
Computes the Williamson d-transform of the random variable X, taken at point x.
For a univariate non-negative random variable $X$, with cumulative distribution function $F$ and an integer $d\ge 2$, the Williamson-d-transform of $X$ is the real function supported on $[0,\infty[$ given by:
This function has several properties: - We have that $\phi(0) = 1$ and $\phi(Inf) = 0$ - $\phi$ is $d-2$ times derivable, and the signs of its derivatives alternates : $\forall k \in 0,...,d-2, (-1)^k \phi^{(k)} \ge 0$. - $\phi^{(d-2)}$ is convex.
These properties makes this function what is called an archimedean generator, able to generate archimedean copulas in dimensions up to $d$.
References:
Williamson, R. E. (1956). Multiply monotone functions and their Laplace transforms. Duke Math. J. 23 189β207. MR0077581
McNeil, Alexander J., and Johanna NeΕ‘lehovΓ‘. "Multivariate Archimedean copulas, d-monotone functions and β 1-norm symmetric distributions." (2009): 3059-3097.
Computes the inverse Williamson d-transform of the d-monotone archimedean generator Ο.
A $d$-monotone archimedean generator is a function $\phi$ on $\mathbb R_+$ that has these three properties:
$\phi(0) = 1$ and $\phi(Inf) = 0$
$\phi$ is $d-2$ times derivable, and the signs of its derivatives alternates : $\forall k \in 0,...,d-2, (-1)^k \phi^{(k)} \ge 0$.
$\phi^{(d-2)}$ is convex.
For such a function $\phi$, the inverse Williamson-d-transform of $\phi$ is the cumulative distribution function $F$ of a non-negative random variable $X$, defined by :
We return this cumulative distribution function in the form of the corresponding random variable <:Distributions.ContinuousUnivariateDistribution from Distributions.jl. You may then compute : - The cdf via Distributions.cdf - The pdf via Distributions.pdf and the logpdf via Distributions.logpdf - Samples from the distribution via rand(X,n)
References: - Williamson, R. E. (1956). Multiply monotone functions and their Laplace transforms. Duke Math. J. 23 189β207. MR0077581 - McNeil, Alexander J., and Johanna NeΕ‘lehovΓ‘. "Multivariate Archimedean copulas, d-monotone functions and β 1-norm symmetric distributions." (2009): 3059-3097.