fbum(BioNet)
fbum()所属R语言包:BioNet
Compute the density of the bum distribution
计算的流浪汉分布密度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to compute the density of the beta-uniform mixture model.
函数来计算的β-均匀混合模型的密度。
用法----------Usage----------
fbum(x, lambda, a)
参数----------Arguments----------
参数:x
A numeric value.
一个数值。
参数:lambda
Parameter lambda, mixture parameter, proportion of uniform component
参数λ,混合参数,统一的成分比例
参数:a
Parameter a, shape parameter of beta component
参数,形状参数测试组件
值----------Value----------
Value of the density of the bum distribution for x.
价值烧伤分布密度为x。
作者(S)----------Author(s)----------
Marcus Dittrich
参考文献----------References----------
参见----------See Also----------
bumOptim, fitBumModel
bumOptim,fitBumModel
举例----------Examples----------
y <- fbum(x=0.5, lambda=0.1, a=0.1)
y
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|