Skip to content

Commit

Permalink
website modifed
Browse files Browse the repository at this point in the history
  • Loading branch information
gpitt71 committed Feb 25, 2023
1 parent a150ec1 commit 0a98e25
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions gemact/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,20 @@ Then, use ``matplotlib`` library to print the pmf and the cdf of a Beta::
.. image:: images/cdfBeta.png
:width: 400

``Loggamma``
~~~~~~~~~~~~~~~~~~~~

.. autoclass:: gemact.distributions.LogGamma
:members:
:inherited-members:

Parametrization
^^^^^^^^^^^^^^^^^^^^^^^^^^

.. math:: f(x)=\frac{\lambda^\alpha}{\Gamma(\alpha)} \frac{(\log x)^{\alpha-1}}{x^{\lambda / 1}}
:label: loggamma

where :math:`x>0, \alpha>0, \lambda >0` and :math:`\Gamma(\alpha)` is the Gamma function.

``GenBeta``
~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions gemact/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ GEMAct can be used for pricing the following reinsurance contracts and their com
* Excess-of-Loss (XL) including:
* aggregate conditions (cover and deductible),
* reinstatements.
* Quota-share (QS).
* Stop-loss (SL).
* **Quota-share (QS)**.
* **Stop-loss (SL)**.

Computational methods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions gemact/source/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The following table lists the distributions supported by GEMAct and makes a comp
+--------------------------------------------------+---------------------+--------------------+-----------------------------+
| Fisk |`fisk` | continuous |:math:`\textcolor{green}{Y}` |
+--------------------------------------------------+---------------------+--------------------+-----------------------------+
| Log Gamma |`loggamma` | continuous |:math:`\textcolor{green}{Y}` |
+--------------------------------------------------+---------------------+--------------------+-----------------------------+


Copulas
Expand Down

0 comments on commit 0a98e25

Please sign in to comment.