Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
person("Vincent", "Goulet", role="ctb",
email="vincent.goulet@act.ulaval.ca"),
person("Marco", "De Virgilis", role="ctb",
email="devirgilis.marco@gmail.com")
email="devirgilis.marco@gmail.com"),
person("Oskar", "Laverny", role="ctb",
email="oskar.laverny@gmail.com")
)
Description: Various statistical methods and models which are
typically used for the estimation of outstanding claims reserves
Expand All @@ -47,7 +49,8 @@ Imports:
statmod,
cplm (>= 0.7-3),
ggplot2,
MASS
MASS,
mvtnorm
Suggests:
RUnit, knitr, rmarkdown
VignetteBuilder:
Expand All @@ -57,4 +60,4 @@ URL: https://github.com/mages/ChainLadder
BugReports: https://github.com/mages/ChainLadder/issues
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
12 changes: 12 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export(as.LongTriangle)
export(CLFMdelta, LRfunction)
export(glmReserve)
export(cyEffTest, dfCorTest, checkTriangleInflation, inflateTriangle, BS.paid.adj)
export(BootMackChainLadder,MultiBootMackChainLadder)

#Classes
exportClasses(triangles, MultiChainLadder, MultiChainLadderFit,
Expand Down Expand Up @@ -77,6 +78,7 @@ S3method(summary, MunichChainLadder)
S3method(summary, BootChainLadder)
S3method(summary, ClarkLDF)
S3method(summary, ClarkCapeCod)

S3method(summary, ata)

S3method(summary, cyEffTest)
Expand All @@ -100,6 +102,15 @@ S3method(quantile, BootChainLadder)
S3method(residuals, BootChainLadder)
S3method(mean, BootChainLadder)

S3method(mean, BootMackChainLadder)
S3method(print, BootMackChainLadder)
S3method(CDR, BootMackChainLadder)
S3method(summary, BootMackChainLadder)
S3method(mean, MultiBootMackChainLadder)
S3method(CDR, MultiBootMackChainLadder)
export(NyIBNR)
export(Corel)

S3method(vcov, clark)

exportMethods(predict, Mse, summary, show, coerce,
Expand All @@ -109,6 +120,7 @@ exportMethods(predict, Mse, summary, show, coerce,
S3method(CDR, MackChainLadder)
S3method(CDR, BootChainLadder)
S3method(CDR, default)

export(CDR)

export(tweedieReserve)
Expand Down
Loading