Skip to content

Commit d8bd3e3

Browse files
committed
Increased version number
Removed broken URL to paper
1 parent 84de08b commit d8bd3e3

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Package: ChainLadder
22
Type: Package
33
Title: Statistical Methods and Models for Claims Reserving in
44
General Insurance
5-
Version: 0.2.20
6-
Date: 2025-02-06
5+
Version: 0.2.21
6+
Date: 2026-02-18
77
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
88
email = "markus.gesmann@googlemail.com"),
99
person("Daniel", "Murphy", role = "aut",

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ChainLadder 0.2.21
2+
3+
* Fixed operator precedence bug in PaidIncurredChain() that inflated reserves by ~2.9%
4+
* Improved code quality: renamed variables shadowing base R, pre-allocate vectors, used idiomatic R, removed dead code
5+
* Added regression test
6+
17
# ChainLadder 0.2.20
28

39
* Removed old database demo to comply with new CRAN checks

man/CDR.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ claims development result.
6161
\cite{Michael Merz, Mario V. Wüthrich. \emph{Modelling the claims development result for solvency purposes.} Casualty Actuarial Society E-Forum, Fall 2008.}
6262
6363
\cite{Michael Merz, Mario V. Wüthrich. \emph{Claims Run-Off Uncertainty: The Full Picture.}
64-
Swiss Finance Institute Research Paper No. 14-69. \url{https://www.ssrn.com/abstract=2524352}. 2014}
64+
Swiss Finance Institute Research Paper No. 14-69. 2014}
6565
}
6666
\author{Mario Wüthrich and Markus Gesmann
6767
with contributions from Arthur Charpentier and Arnaud Lacoume

man/ChainLadder-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Michael Merz, Mario V. Wüthrich. Casualty Actuarial Society E-Forum, Fall 2008.}
4848

4949
\cite{Claims Run-Off Uncertainty: The Full Picture. Michael Merz,
50-
Mario V. Wüthrich. Swiss Finance Institute Research Paper No. 14-69. \url{https://www.ssrn.com/abstract=2524352}. 2014}
50+
Mario V. Wüthrich. Swiss Finance Institute Research Paper No. 14-69. 2014}
5151

5252
\cite{Markus Gesmann. Claims Reserving and IBNR.
5353
\emph{Computational Actuarial Science with R}. Chapman and Hall/CRC. 2014}

man/MW2014.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Cumulative claims development triangle
1111
}
1212
\source{
1313
\cite{Claims Run-Off Uncertainty: The Full Picture. Michael Merz,
14-
Mario V. Wüthrich. Swiss Finance Institute Research Paper No. 14-69.
15-
\url{https://www.ssrn.com/abstract=2524352}. 2014}
14+
Mario V. Wüthrich. Swiss Finance Institute Research Paper No. 14-69. 2014}
1615
}
1716
\examples{
1817
MW2014

0 commit comments

Comments
 (0)