Distribution of Order Statistics of a Random Vector
二阶统计量的分布的随机向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
sort.rv computes the distribution of the order statistics of a random vector.
sort.rv计算一个随机向量的二阶统计量的分布。
用法----------Usage----------
## S3 method for class 'rv'
sort(x, ...)
参数----------Arguments----------
参数:x
a random vector
一个随机向量
参数:...
further arguments passed to sort.rv
进一步的参数传递给sort.rv
Details
详细信息----------Details----------
The result is the distribution of the order statistic of the given vector x: that is, the sort function is applied to each row of the matrix of simulations of x (sims(x)) and returned then in random vector form.
其结果是给定的向量的次序统计量的分布x:即,sort函数被施加到每一行的模拟x(sims(x),矩阵),并返回在随机向量形式。
See sort for further details of the function sort.
见sort:为进一步细节的功能sort。
值----------Value----------
An rv object of the same length as x.
一种随机变量对象相同的长度x。