Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
melantha-wang committed Oct 1, 2021
1 parent 968ea64 commit 34d72a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions SPLICE/.Rhistory
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Inflated INCREMENTAL triangle
incurred_inflated <- output_incurred(test_inflated, incremental = TRUE)
incurred_inflated_yr <- output_incurred(test_inflated, incremental = TRUE,
future = FALSE)
incurred_inflated_yr <- output_incurred(test_inflated, incremental = TRUE,
aggregate_level = 4)
View(incurred_inflated_yr)
# Inflated CUMULATIVE triangle
incurred_inflated <- output_incurred(test_inflated, incremental = FALSE)
incurred_inflated_yr <- output_incurred(test_inflated, incremental = FALSE,
aggregate_level = 4)
# Inflated CUMULATIVE triangle
incurred_inflated <- output_incurred(test_inflated, incremental = FALSE)
View(incurred_inflated)
View(incurred_inflated)
View(incurred_inflated_yr)
sum(incurred_inflated[, 40])
Expand Down Expand Up @@ -510,3 +496,17 @@ document()
?claim_majRev
document()
?claim_minRev
?person
library(devtools)
document()
document()
document()
document()
?claim_minRev
?person
document()
??SPLICE
?SPLICE-pkg
?SPLICE-package
??SPLICE-package
citation("cascsim")
4 changes: 2 additions & 2 deletions SPLICE/vignettes/SPLICE-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ In particular, `claim_majRev_freq()` sets up the structure of the major revision
-------------------------------------------------------------------------------
Name Description
----------------- ------------------------------------------------------------
`majRev_freq` Number of major revisions of incurred loss; see [`claim_majRev_freq()`](#majRev_freq)
`majRev_freq` Number of major revisions of incurred loss; see [`claim_majRev_freq()`](#majRev_freq)

`majRev_time` Time of major revisions (from claim notification); see [`claim_majRev_time()`](#majRev_time)

`majRev_factor` Major revision multiplier of **incurred loss**; see [`claim_majRev_size()`](#majRev_size)
`majRev_factor` Major revision multiplier of **incurred loss**; see [`claim_majRev_size()`](#majRev_size)

`majRev_atP` An indicator, `1` if the last major revision occurs at the time of the last major payment (i.e. second last payment), `0` otherwise; see [`claim_majRev_time()`](#majRev_time)

Expand Down

0 comments on commit 34d72a7

Please sign in to comment.