pava(SAGx)
pava()所属R语言包:SAGx
Pooling of Adjacent Violators
汇集邻违反
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The PAVA algorithm
帕瓦算法
用法----------Usage----------
pava(x, wt = rep(1, length(x)))
参数----------Arguments----------
参数:x
A numeric sequence
数字序列
参数:wt
observation weights; 1 by default.
观察权重;默认情况下,1。
Details
详情----------Details----------
The algorithm will turn a non-increasing into a non-decreasing one. pava is an internal function used to force monotonicity, e.g. of p1 in function
该算法将变成一个非递减非增加。帕瓦是一个内部函数使用武力单调,如在功能上的P1
值----------Value----------
A non-decreasing sequence
一个非递减的序列
作者(S)----------Author(s)----------
R.F. Raubertas, code from S list
举例----------Examples----------
pava(c(1,2,4,3,5))
# [1] 1.0 2.0 3.5 3.5 5.0[[1] 1.0 2.0 3.5 3.5 5.0]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|