standardized logistic(smoothSurv)
standardized logistic()所属R语言包:smoothSurv
Density of Standardized Logistic Distribution.
标准化的MF配送的密度。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density function of the logistic distribution with zero mean and unit variance.
密度函数的零均值和单位方差的MF配送。
用法----------Usage----------
dstlogis(x)
参数----------Arguments----------
参数:x
Vector of quantiles.
向量的位数。
Details
详细信息----------Details----------
dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)
dstlogis(x) = dlogis(x, 0, sqrt(3)/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>
参见----------See Also----------
dlogis for the logistic distribution.
dlogis的MF配送。
实例----------Examples----------
dstlogis(0)
dstlogis(seq(-3, 3, 0.2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|