New Features
* New multivariate chain ladder function 'MultiChainLadder' by Wayne
(Yanwei) Zhang <actuaryzhanguchicago.edu>
* New function 'getLatestCumulative' available. It returns for a
given triangle the most recent values for each origin period.
* New demos! Type demo(package='ChainLadder') for more information.
* Demos exist for the following topics: ChainLadder,
MackChainLadder, DatabaseExamples, MSOffice, MultiChainLadder
* New SWord example file ChainLadder_SWord_Example.doc, which
demonstrates how R code snippets can be integrated into a Word
file.
The following R command system.file("SWord",
package="ChainLadder") will show the directory of the file.
User-visible changes
* The examples in MackChainLadder and ChainLadder-package have been
shortened and demo files have been created instead.
The examples focus on the syntax of the function calls, while the
demos give more detailed information on how you might want to use
the functions in a business context.
Bug fixes
* 'plot.MunichChainLadder': The labels of the axis of the residuals
plots where the mixed up.
Thanks to Ben Escoto for reporting this issue.
* 'estimate.sigma' didn't check for sigma>0 before applying a
log-linear regression. Thanks to Dan Murphy reporting this bug.