Distribution of a Quantile of a Random Vector
分布的随机向量的分量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
quantile.rv returns the distribution of the quantile of a random vector (as a random variable).
quantile.rv返回一个随机向量的分量(为一个随机变量)的分布。
用法----------Usage----------
## S3 method for class 'rv'
quantile(x, ...)
参数----------Arguments----------
参数:x
an object
对象
参数:...
further arguments passed to or from other methods
进一步的参数传递给其他方法
值----------Value----------
A random vector (rv object) with components giving the distribution of the desired quantiles.
的随机矢量(随机变量对象)的组件提供所需的位数的分布。
注意----------Note----------
quantile.rv does not return the simulated quantiles of the quantiles of the argument x. This is done by rvquantile.
quantile.rv不返回的模拟位数的说法x位数。这是通过rvquantile。