Create random uniform distribution object
创建随机均匀分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random uniform distribution object. Random uniform distribution object will save mean and standard deviation parameter.
创建随机均匀分布的对象。随机均匀分布的对象可以保存参数的平均值和标准偏差。
用法----------Usage----------
simUnif(min, max)
参数----------Arguments----------
参数:min
Lower bound of the distribution
下界的分布
参数:max
Upper bound of the distribution
上界的分布
值----------Value----------
参数:SimUnif
Random Uniform Distribution object (SimUnif) that save the specified parameters
随机均匀分布的对象,除指定的参数(SimUnif)
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
VirtualDist for all distribution objects.
VirtualDist的所有通讯对象。