dclaw(wavethresh)
dclaw()所属R语言包:wavethresh
Claw distribution
爪分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Random generation, density and cumulative probability for the claw distribution.
随机生成,密度和累积概率为爪分布。
用法----------Usage----------
rclaw(n)
dclaw(x)
pclaw(q)
参数----------Arguments----------
参数:n
Number of draws from rclaw distribution
rclaw分布吸引了来自数
参数:x
Vector of ordinates
向量的坐标
参数:q
Vector of quantiles
向量的位数
Details
详细信息----------Details----------
The claw distribution is a normal mixture distribution, introduced in Marron & Wand (1992). Marron, J.S. & Wand, M.P. (1992). Exact Mean Integrated Squared Error. Ann. Stat., 20, 712–736.
爪分布是正常的的混合物分布,马龙魔杖(1992)在引入。马龙,J.S.魔杖,M.P. (1992)。精确的平均积分平方误差。安。统计,20,712-736。
值----------Value----------
Random samples (rclaw), density (dclaw) or probability (pclaw) of the claw distribution.
随机的样本(rclaw),的密度(dclaw)或爪分布的概率(pclaw)。
(作者)----------Author(s)----------
David Herrick
实例----------Examples----------
# Plot the claw density on the interval [-3,3][绘制爪密度在区间[-3,3]]
x <- seq(from=-3, to=3, length=500)
## Not run: plot(x, dclaw(x), type="l")[#未运行图(X,dclaw(X)=“L”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|