Skip to content

Releases: gpitt71/clmplus

clmplus v1.0.0

17 Apr 13:12
Compare
Choose a tag to compare

In the new version, we implement major changes to the software:

  • RtTriangle is now named AggregateDataPP
  • Estimation and Prediction are now separated in two methods. Estimation is done with the clmplus function and prediction requires to use the predict method.
  • Methods and class arguments are now consistent with the reference manuscript.
  • The documentation was updated with the new version.

clmplus v0.1.0

16 Dec 14:05
Compare
Choose a tag to compare
  • New extrapolation models for the cohort effect (linear model and ARIMA(p,d,q) with drift).
  • New extrapolation models for the period effect (linear model and ARIMA(p,d,q) with drift).
  • New vignettes.
  • Minor bugs fixed.

v0.0.1

21 Jul 08:34
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

0.0.1

Up-to-date version of the clmplus package.
We provide :

  • Default functionalities we used in the methodological paper.
  • Functions documentation and vignettes.