Implement the pool monotone groups algorithm.
实施池的单调组算法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For isotonization problems some increase in speed and decrease in complexity can be achieved through the use of the pool monotone groups algorithm of Y.L. Zhang and M.A. Newton (1997). It isotonizes a weighted and ordered set of values.
对于isotonization问题,一些在速度和减少复杂性的增加可以通过池的单调组元朗算法使用张文学硕士牛顿(1997)。它isotonizes加权值,并下令设置。
用法----------Usage----------
PMGA(est, ww=rep(1, length(est)))
参数----------Arguments----------
参数:est
The vector of values, in the appropriate order.
价值观的向量,在适当的顺序。
参数:ww
The weight vector.
权重向量。
Details
详情----------Details----------
To be supplied at some later date.
将在稍后的日期提供。
值----------Value----------
An object containing the following components:
一个对象,它包含以下组件:
参数:est
The isotonized estimates.
isotonized估计。
参数:ww
The weights associated with the isotonized estimates.
的重量与isotonized估计。
参数:poolnum
The number of values pooled in the current estimate.
汇集在目前的估计值。
参数:passes
The number of passes which were required to isotonize the list.
需要以isotonize列表通行证。