diff --git a/articles/ChainLadder.html b/articles/ChainLadder.html index 553313b..c57721f 100644 --- a/articles/ChainLadder.html +++ b/articles/ChainLadder.html @@ -918,23 +918,23 @@
You can use summary(B)$ByOrigin
and
summary(B)$Totals
to extract the information from the
output above.
$ByOrigin
IBNR 75% IBNR 95% IBNR 99% IBNR 99.5%
1981 0.0 0 0 0
-1982 205.6 1379 2671 3725
-1983 1093.6 3235 5711 5921
-1984 2747.0 5647 7908 8928
-1985 4267.0 7346 11476 12510
-1986 5174.7 8108 10723 11830
-1987 7352.2 11636 14363 15597
-1988 13972.0 20105 24219 24647
-1989 14490.2 22398 28102 31133
-1990 25900.5 43973 56774 62404
+1982 158.3 1497 2881 3330
+1983 1117.4 3132 5894 7145
+1984 2603.5 4845 7662 8384
+1985 4174.9 7142 9897 10930
+1986 5122.6 8207 10509 11985
+1987 7101.9 11445 15008 16167
+1988 13998.2 20411 25434 26114
+1989 14252.2 22086 29634 32392
+1990 23678.3 39414 56188 63437
$Totals
Totals
-IBNR 75%: 65945
-IBNR 95%: 89208
-IBNR 99%: 111319
-IBNR 99.5%: 115124
+IBNR 75%: 63315
+IBNR 95%: 87646
+IBNR 99%: 104712
+IBNR 99.5%: 111788
The distribution of the IBNR appears to follow a log-normal distribution, so let’s fit it:
@@ -973,9 +973,9 @@Bootstrap chain-ladder## fit a log-normal distribution fit <- fitdistr(B$IBNR.Totals[B$IBNR.Totals>0], "lognormal") fit
meanlog sdlog
- 10.84563 0.36878
- ( 0.01167) ( 0.00825)
+ meanlog sdlog
+ 10.819039 0.364721
+ ( 0.011539) ( 0.008159)
diff --git a/articles/ChainLadder_files/figure-html/multi-1.png b/articles/ChainLadder_files/figure-html/multi-1.png
index db80ebf..708fcbc 100644
Binary files a/articles/ChainLadder_files/figure-html/multi-1.png and b/articles/ChainLadder_files/figure-html/multi-1.png differ
diff --git a/articles/ChainLadder_files/figure-html/unnamed-chunk-30-1.png b/articles/ChainLadder_files/figure-html/unnamed-chunk-30-1.png
index 9e32846..c936f7a 100644
Binary files a/articles/ChainLadder_files/figure-html/unnamed-chunk-30-1.png and b/articles/ChainLadder_files/figure-html/unnamed-chunk-30-1.png differ
diff --git a/articles/ChainLadder_files/figure-html/unnamed-chunk-32-1.png b/articles/ChainLadder_files/figure-html/unnamed-chunk-32-1.png
index b98dd2d..e0a8cd8 100644
Binary files a/articles/ChainLadder_files/figure-html/unnamed-chunk-32-1.png and b/articles/ChainLadder_files/figure-html/unnamed-chunk-32-1.png differ
diff --git a/pkgdown.yml b/pkgdown.yml
index 5b6a3bf..4802b3f 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
ChainLadder: ChainLadder.html
-last_built: 2023-06-27T11:18Z
+last_built: 2023-06-27T11:25Z
urls:
reference: http://mages.github.io/ChainLadder/reference
article: http://mages.github.io/ChainLadder/articles
diff --git a/reference/BootChainLadder-1.png b/reference/BootChainLadder-1.png
index e2847bd..302359d 100644
Binary files a/reference/BootChainLadder-1.png and b/reference/BootChainLadder-1.png differ
diff --git a/reference/BootChainLadder-2.png b/reference/BootChainLadder-2.png
index a7a0930..a9be2ac 100644
Binary files a/reference/BootChainLadder-2.png and b/reference/BootChainLadder-2.png differ
diff --git a/reference/BootChainLadder-3.png b/reference/BootChainLadder-3.png
index 8ce8b10..8e78dfb 100644
Binary files a/reference/BootChainLadder-3.png and b/reference/BootChainLadder-3.png differ
diff --git a/reference/BootChainLadder.html b/reference/BootChainLadder.html
index 3cc1b80..0afc9fe 100644
--- a/reference/BootChainLadder.html
+++ b/reference/BootChainLadder.html
@@ -170,23 +170,23 @@