maxKSp(edd)
maxKSp()所属R语言包:edd
classify densities by maximum KS p-value
分类密度由最大金水p值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
compares a sample to reference distributions, identifying the closest reference by maximum KS p
比较样本参考分布,确定由最高金水带够最接近的参考
用法----------Usage----------
maxKSp( x, is.centered=TRUE, dists=eddDistList, thresh=.1 )
参数----------Arguments----------
参数:x
matrix of samples, distributions to be classified by row
样品基质,分布分为行
参数:is.centered
have data been brought to median 0, mad 1
有数据被带到中位数为0,1狂
参数:dists
list of instances of class eddDist
列表类eddDist的实例
参数:thresh
p-value above which some test must lie, or else 'outlier' is declared
p值高于一些测试必须撒谎,或者被宣告“离群”
值----------Value----------
a vector of classifications
分类向量
举例----------Examples----------
X <- rbind( rnorm(30), runif(30), rchisq(30,1))
tX <- t(apply(X,1,centerScale))
apply(tX,1,maxKSp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|