nlirms-package: Non-Life Insurance Rate-Making System

Description Details Author(s) References Examples

Description

nlirms package design the non-life insurance rate-making system based on the posteriori frequency and severity component. The non-life insurance rate-making system is a actuarial system for pricing of non-life insurance contract. This system determinates fair rates and fair premiums for each of policyholders based on the claims frequency and severity history of policyholders in last years.

Details

usually a rate-making system is designed from three way:

1-rate-making system based on the freuency component

2-rate-making system based on the severity component

3-rate-making system based on the both freuency and severity component

nlirms package returns rate-Making system based on each of the three methods. in current version of nlirms package, five model can be applied for frequency component and also five model can be applied for severity component.

Author(s)

Saeed Mohammadpour (s.mohammadpour1111@gmail.com), Soodabeh Mohammadpoor Golojeh (s.mohammadpour@gmail.com)

References

Frangos, N. E., & Vrontos, S. D. (2001). Design of optimal bonus-malus systems with a frequency and a severity component on an individual basis in automobile insurance. ASTIN Bulletin: The Journal of the IAA, 31(1), 1-22.

Lemaire, J. (1995) Bonus-Malus Systems in Automobile Insurance, Kluwer Academic Publishers, Massachusetts.

MohammadPour, S., Saeedi, K., & Mahmoudvand, R. (2017). Bonus-Malus System Using Finite Mixture Models. Statistics, Optimization & Information Computing, 5(3), 179-187.

Najafabadi, A. T. P., & MohammadPour, S. (2017). A k-Inflated Negative Binomial Mixture Regression Model: Application to Rate–Making Systems. Asia-Pacific Journal of Risk and Insurance, 12.

Rigby, R. A., & Stasinopoulos, D. M. (2005). Generalized additive models for location, scale and shape. Journal of the Royal Statistical Society: Series C (Applied Statistics), 54(3), 507-554.

Stasinopoulos, D. M., Rigby, B. A., Akantziliotou, C., Heller, G., Ospina, R., & Motpan, N. (2010). gamlss. dist: Distributions to Be Used for GAMLSS Modelling. R package version, 4-0.

Stasinopoulos, D. M., & Rigby, R. A. (2007). Generalized additive models for location scale and shape (GAMLSS) in R. Journal of Statistical Software, 23(7), 1-46.

Examples

1
2
3
4
5
6
7
8
9
# rate-Making system based on the posteriori freqquency component
rmspfc(time = 5, claim = 5, fmu = .2, fsigma = 2, family = "PGA")

# rate-Making system based on the posteriori severity component
rmspsc(time=5, claim=5, sumsev=100, smu = 50, ssigma = 2, family ="EGA")

# rate-Making system based on the posteriori frequency and severity component
rmspfsc(time=5 ,claim=5, fmu = .1, fsigma = 2, sumsev=100, smu = 50, ssigma
  = 3,family = list("PGA","EGA"))

Example output

        claim= 0 claim= 1 claim= 2 claim= 3 claim= 4 claim= 5
time= 0 "0.2"    "-"      "-"      "-"      "-"      "-"     
time= 1 "0.18"   "0.27"   "0.36"   "0.45"   "0.55"   "0.64"  
time= 2 "0.17"   "0.25"   "0.33"   "0.42"   "0.5"    "0.58"  
time= 3 "0.15"   "0.23"   "0.31"   "0.38"   "0.46"   "0.54"  
time= 4 "0.14"   "0.21"   "0.29"   "0.36"   "0.43"   "0.5"   
time= 5 "0.13"   "0.2"    "0.27"   "0.33"   "0.4"    "0.47"  
        claim= 0 claim= 1 claim= 2 claim= 3 claim= 4 claim= 5
time= 0 "50"     "-"      "-"      "-"      "-"      "-"     
time= 1 "50"     "69.7"   "55.93"  "44.7"   "35.87"  "29.11" 
time= 2 "50"     "69.7"   "55.93"  "44.7"   "35.87"  "29.11" 
time= 3 "50"     "69.7"   "55.93"  "44.7"   "35.87"  "29.11" 
time= 4 "50"     "69.7"   "55.93"  "44.7"   "35.87"  "29.11" 
time= 5 "50"     "69.7"   "55.93"  "44.7"   "35.87"  "29.11" 
        claim= 0 claim= 1 claim= 2 claim= 3 claim= 4 claim= 5
time= 0 "5"      "-"      "-"      "-"      "-"      "-"     
time= 1 "4.76"   "9.18"   "10.26"  "10.67"  "10.63"  "10.32" 
time= 2 "4.55"   "8.77"   "9.79"   "10.18"  "10.14"  "9.85"  
time= 3 "4.35"   "8.38"   "9.37"   "9.74"   "9.7"    "9.42"  
time= 4 "4.17"   "8.03"   "8.98"   "9.34"   "9.3"    "9.03"  
time= 5 "4"      "7.71"   "8.62"   "8.96"   "8.93"   "8.66"  

nlirms documentation built on May 1, 2019, 7:06 p.m.