quantsmooth.seg(quantsmooth)
quantsmooth.seg()所属R语言包:quantsmooth
quantsmooth.seg
quantsmooth.seg
译者:生物统计家园网 机器人LoveR
描述----------Description----------
segmented Quantile smoothing of array data
阵列中的数据分割位数平滑
用法----------Usage----------
quantsmooth.seg(y, x = 1:length(y), lambda = 2, tau = 0.5,kappa = 0, nb = length(x))
参数----------Arguments----------
参数:y
numeric vector
数字向量
参数:x
numeric vector of same length as y. Position of values
数字y相同长度的向量。值的位置
参数:lambda
numeric
数字
参数:tau
numeric [0..1], the quantile desired; see rq.fit
数字[0 .. 1],位数想要的;看到rq.fit
参数:kappa
fudge parameter; see details
捏造参数;查看详细信息
参数:nb
integer, basis
整数的基础,
值----------Value----------
This function returns a vector of the same length as y
这个函数会返回一个相同长度的向量y
作者(S)----------Author(s)----------
Jan Oosting
举例----------Examples----------
data(chr14)
plot(quantsmooth.seg(bac.cn[,1],lambda=2.8,nb=50),type="l")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|