Releases: gpitt71/clmplus
Releases · gpitt71/clmplus
clmplus v1.0.0
In the new version, we implement major changes to the software:
RtTriangle
is now namedAggregateDataPP
- Estimation and Prediction are now separated in two methods. Estimation is done with the
clmplus
function and prediction requires to use thepredict
method. - Methods and class arguments are now consistent with the reference manuscript.
- The documentation was updated with the new version.
clmplus v0.1.0
- 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.