1%feature("docstring") OT::GumbelCopulaFactory
2"Gumbel Copula factory.
3
4We note :math:`\Hat{\tau}_n` the Kendall-\ :math:`\tau` of the sample.
5
6We use the following estimator:
7
8.. math::
9    :nowrap:
10
11    \begin{eqnarray*}
12      \displaystyle \Hat{\theta}_n=\frac{1^{\strut}}{1 - \Hat{\tau}_{n_{\strut}}}
13    \end{eqnarray*}
14
15See also
16--------
17DistributionFactory, GumbelCopula"
18