sensitivity(sdprisk)
sensitivity()所属R语言包:sdprisk
Sensitivity of the Value and Tail Value at Ruin
破产时的价值和尾值的灵敏度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The sensitivities of both the value and the tail value at ruin are defined as their respective derivatives with respect to the probability level.
破产时的值和尾值的灵敏度被定义为各自的衍生物相对于概率水平。
用法----------Usage----------
sensitivity(process, method = c("saddlepoint", "hypoexp"), ...)
hypoexpSensitivity(process)
saddlepointSensitivity(process, ...)
参数----------Arguments----------
参数:process
a riskproc object.
对象的一个riskproc。
参数:method
character string indicating the calculation or approximation method.
字符串表示的计算或近似的方法。
参数:...
further arguments that are passed on to saddlepointTvaru.
进一步的论据,并把它传递到saddlepointTvaru。
值----------Value----------
参数:varu
a function returning the sensitivity of the value at ruin.
在废墟函数返回值的灵敏度。
参数:tvaru
a function returning the sensitivity of the tail value at ruin.
在废墟函数返回的尾值的灵敏度。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|