找回密码
 注册
查看: 279|回复: 0

R语言 sdprisk包 riskproc()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 23:37:59 | 显示全部楼层 |阅读模式
riskproc(sdprisk)
riskproc()所属R语言包:sdprisk

                                        Compound Poisson Risk Process with Diffusion
                                         复合泊松过程的风险与扩散

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Creates an R object representing a compound Poisson risk process with Gaussian diffusion, which contains some or all information necessary for further processing.
创建一个R对象,相当于复合泊松风险与高斯扩散的过程,其中包含的部分或全部信息需要进一步处理。


用法----------Usage----------


riskproc(claims, premium, freq, variance)
is.riskproc(x)



参数----------Arguments----------

参数:claims
a claiminfo object.
claiminfo对象。


参数:premium
premium rate.
溢价率。


参数:freq
claim frequency.
如权利要求的频率。


参数:variance
squared volatility of the Wiener component; currently only implemented for variance > 0.
平方波动的维纳组成部分,目前只实施variance > 0。


参数:x
an R object.
R对象。


Details

详细信息----------Details----------

Given the arguments, most prominently claims, various auxialiary parameters and functions associated with the risk process to be represented are calculated.
给定的参数,最显着的claims,各种auxialiary参数和功能与过程的风险来表示的计算方法。


值----------Value----------

riskproc returns an object of the class "riskproc". Internally, this is a list containing various elements (depending on the information provided in the arguments).
riskproc返回一个对象类的"riskproc"。在内部,这是一个列表,其中包含各种元素(取决于在参数中提供的信息)。

is.riskproc returns TRUE if x is a "riskproc" object, and FALSE otherwise.
is.riskproc回报TRUE如果x是"riskproc"对象,并FALSE否则。


参见----------See Also----------

claiminfo for more details about passing on information about the distribution of the individual claim amounts.
claiminfo有关详细信息,传递信息的个人索赔金额的分布。


实例----------Examples----------


## A risk process with hypo-exponentially distributed individual claim amounts[#风险低指数分布的个人索赔金额]
riskproc(
    claims   = claiminfo(hypoexp = list(rates = c(1, 10))),
    premium  = 2,
    freq     = 1,
    variance = 0.4
)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 06:33 , Processed in 0.033971 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表