nclass.wand(siggenes)
nclass.wand()所属R语言包:siggenes
Number of cells in a histogram
单元的数量在直方图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the number of cells in a histogram using the method of Wand (1994).
计算使用魔杖(1994)的方法直方图单元数量。
用法----------Usage----------
nclass.wand(x, level = 1)
参数----------Arguments----------
参数:x
numeric vector of observations.
数字矢量观测。
参数:level
integer specifying the number of levels of functional estimation used in the estimation. For details, see the help page of dpih from the package KernSmooth.
整数,指定数量的估计中使用的功能估计水平。有关详情,请参阅从包dpih的KernSmooth帮助页。
Details
详情----------Details----------
nclass.wand calls dpih, and then computes the number of cells corresponding to the optimal bin width returned by dpih.
nclass.wand称dpih,然后计算出单元的数量对应dpih返回最佳的bin宽度。
值----------Value----------
A numeric value specifying the number of cells for the histogram of x.
指定x直方图的单元数量的数值。
参考文献----------References----------
American Statistician, 51, 59–64.
参见----------See Also----------
denspr
denspr
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|