rvmeanunif(rv)
rvmeanunif()所属R语言包:rv
The distribution of the mean of uniform random variables
均匀分布的随机变量的分布的平均值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The distribution of the mean of uniform random variables with each of them in the interval (-1, 1).
在区间(-1, 1)与他们每个人的分布均匀的随机变量的平均值。
用法----------Usage----------
rvtriang(n = 1, mode, scale)
rvmeanunif(n=1, mode, scale, df)
参数----------Arguments----------
参数:n
Length of the vector to output
到输出的向量长度
参数:mode
Mode (center) of the distribution
模式(中心)的分布
参数:scale
Scale (half-width) of the distribution around the mode
量表(半宽度)周围的分布模式
参数:df
“degrees of freedom”: number of independent components to average
“自由度”:独立的组件的平均数量
Details
详细信息----------Details----------
Assuming that all inputs are constants, each generated variable has a mode (center) at mode, constrained between (-scale, scale).
假设所有输入都是常量,每个变量有一个模式(中)在mode,约束之间(-scale, scale)。
The shape becomes more and more bell-shaped (Normal) as the number of the independent variables in the sum (mean) increases.
的形状变得越来越多的钟形(普通)作为独立变量的数目的总和值(平均值)增加。
The case of df=2 (mean of two variables) is the special case of the symmetric triangular distribution in the range
的情况下,df=2(意思是两个变量)是特殊情况下的对称三角形分布范围
值----------Value----------
A random vector of length n.
一个随机向量长度n。
(作者)----------Author(s)----------
J Kerman
实例----------Examples----------
x <- rvtriang(1)
y <- rvmeanunif(df=2) ## same distribution as that of x[#相同的分布与x]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|