extreme value(smoothSurv)
extreme value()所属R语言包:smoothSurv
Density of the Extreme Value Distribution of a Minimum.
最低的极值分布的密度。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density function of the extreme value distribution of a minimum with location alpha and scale beta and the density of the standardized version (with zero mean and unit variance).
最低极值分布的密度函数的位置alpha和规模beta和密度的标准版本(零均值和单位方差)。
用法----------Usage----------
dextreme(x, alpha=0, beta=1)
dstextreme(x)
参数----------Arguments----------
参数:x
Vector of quantiles.
向量的位数。
参数:alpha
Vector of location parameters.
位置参数的向量。
参数:beta
Vector of scale parameters.
向量的尺度参数。
Details
详细信息----------Details----------
Extreme value distribution of a minimum with the location alpha and the scale beta has a density
极值分布最低的位置alpha和规模beta的的密度
the mean equal to alpha - beta*e, where e is approximately 0.5772 and the variance equal to beta^2 pi^2/6. Its standardized version is obtained with alpha = (sqrt(6)/pi)*e and beta = (sqrt(6)/pi).
平均等于alpha - beta*e,e是约0.5772和方差等于beta^2 pi^2/6的。其标准版本获得alpha = (sqrt(6)/pi)*e和beta = (sqrt(6)/pi).,
值----------Value----------
The value of the density.
密度的值。
(作者)----------Author(s)----------
Arno拧t Kom谩rek <a href="mailto:arnost.komarek[AT]mff.cuni.cz">arnost.komarek[AT]mff.cuni.cz</a>
实例----------Examples----------
dextreme(1, (sqrt(6)/pi)*0.5772, sqrt(6)/pi)
dstextreme(1) ## approximately same result as on the previous row[#大致相同的结果作为前一行上]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|