Skip to content

Releases: gpitt71/gemact-code

v.1.2.1.

13 Nov 07:57
Compare
Choose a tag to compare

Internal update and compatibility check with scipy (distribution moment method compatible with scipy version >= 1.11.3)

Full Changelog: v1.2.0...v.1.2.1

v1.2.0

10 Nov 10:53
Compare
Choose a tag to compare

In the Version 1.2.0 we implemented in the form of a vignette the Replication Code and the Supplementary Material of our manuscript , and updated the package with source code that did not affect the usability of the software.

What's Changed

New Contributors

  • @EdoLu made their first contribution in #7

Full Changelog: v1.1.1...v1.2.0

v.1.1.1

14 Sep 09:38
Compare
Choose a tag to compare

In the new release, we made the tail extrapolation possible for the CRM.

v.1.1.0

11 Sep 14:03
6412c78
Compare
Choose a tag to compare

In this new version of the package we release new functionalities for the different models.

LossModel

  • Closed form moments of the aggregate loss distribution with the parameter use_dist in the methods mean, std, var, and skewness and coeff_variation.
  • threshold parameter for modeling the analysis threshold of Frequency.
  • In Severity, new methods: censored_mean, censored_std, censored_var, censored_skewness, and censored_coeff_variation .

LossAggregation

  • New methods: lev and censored_moments.

Data sets

  • New data sets in gemdata for claims reserving

LossReserve

  • More explicit names for the parameters of AggregateData.
  • For the CRM model it is possible to indicate the mixing frequency and mixing severity parameters as an int.

DOI created with Zenodo

07 Apr 08:10
2a0dfa6
Compare
Choose a tag to compare

Zenodo DOI connection is created

v1.0.1.

03 Mar 08:16
Compare
Choose a tag to compare
  • This version is alligned with the paper pre-print available at https://arxiv.org/abs/2303.01129.
  • No new functionalities were added for this version.
  • DOI created

Full Changelog: v0.3.4...v1.0.1

v0.3.4.

27 Feb 12:11
Compare
Choose a tag to compare

New plot functionalities:

  • Print the discretized severity distribution c.d.f.
  • Print the aggregate distribution c.d.f.

v0.3.1

10 Jan 10:59
Compare
Choose a tag to compare

In the new release:

  • The new class PolicyStructure simplified the use of LossModel .
  • The new classes AggregateData and ReservingModel simplified the use of LossReserve.
  • New distributions available Paralogistic, Inverse Paralogistic, Pareto1 (single-parameter Pareto) and Pareto2 (Pareto type II).
  • Return type bug on LossAggregation fixed.

Hutsabi

11 Oct 20:13
Compare
Choose a tag to compare

New features:

  • lossreserve graphs adjusted and enhanced,
  • gemdata development triangle naming improved,
  • lossmodel aggregate deductible new parametrization,
  • fundamental copulaa available, i.e. Fréchet–Hoeffding copula bounds, independent copula,
  • improved external library management.

v0.1.4

24 Aug 08:21
Compare
Choose a tag to compare
  • Bug on TCopula cdf fixed