- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
R 在精算中应用
R 在精算中的应用;概述;统计软件在非寿险精算中的应用;EXCEL,SAS,R的简单比较;精算应用中的R包;利息理论与寿险精算:lifecontigencies;Lifecontigencies示例;A bug?;损失模型:actuar;Actuar:BS信度模型示例; summary(myfit)
Call:
cm(formula = ~policy, data = mydata, ratios = loss1:loss3, weights = w1:w3)
Structure Parameters Estimators
Collective premium: 1566.874
Between policy variance: 24189.8
Within policy variance:
Detailed premiums
Level: policy
policy Indiv. mean Weight Cred. factor Cred. premium
1 1722.485 25818 0.9474905 1714.314
2 1452.297 4887 0.7735260 1478.246
3 1635.718 3833 0.7281780 1617.005
4 1010.000 348 0.1956350 1457.930 ;#分层信度模型
mydata1
type policy loss1 loss2 loss3 w1 w2 w3
1 A 1 1738 1642 1794 7861 9251 8706
2 B 2 1364 1408 1597 1622 1742 1523
3 A 3 1759 1685 1479 1147 1357 1329
4 B 4 NA NA 1010 NA NA 348
myfit1=cm(~type+type:policy, mydata1, ratios=loss1:loss3, weights=w1:w3, method=iterative);
summary(myfit1)
Call:
cm(formula = ~type + type:policy, data = mydata1, ratios = loss1:loss3,
weights = w1:w3, method = iterative)
Structure Parameters Estimators
Collective premium: 1560.691
Between type variance: 33970.18
Within type/Between policy variance: 5775.545
Within policy variance:
Detailed premiums
Level: type
type Indiv. mean Weight Cred. factor Cred. premium
A 1694.319 1.2017108 0.8760556 1677.757
B 1404.139 0.5040669 0.7477794 1443.625
Level: policy
type policy Indiv. mean Weight Cred. factor Cred. premium
A 1 1722.485 25818 0 1714.059
B 2 1452.297 4887 0 1447.520
A 3 1635.718 3833 0 1661.358
B 4 1010.000 348 0 1419.826 ;Actuar:累积损失计算示例;par(mfrow=c(1,2))
plot(Fs,verticals=T,do.points=F,col=2,main=分布函数) #分布函数
plot(diff(Fs),type=l,col=
您可能关注的文档
- I 复习前三章节节内容.ppt
- ICD植入过程中除颤阈值测试意义.ppt
- ICU患者镇静和镇痛.ppt
- ICD在猝死一级预防中应用.PPT
- Idea 是一切起源.ppt
- If you go to the party, you’ll have a great time章节件4.ppt
- If you go to the party, you’ll have a great time章节件6.ppt
- If you go to the party, you’ll have a great time章节件2.ppt
- If you go to the party, you’ll have a great time章节件7.ppt
- if 语句应用.ppt
文档评论(0)