Create random normal distribution object
创建随机的正常分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random normal distribution object. Random normal distribution object will save mean and standard deviation parameter.
创建随机的正态分布对象。随机正态分布的对象可以保存参数的平均值和标准偏差。
用法----------Usage----------
simNorm(mean, sd)
参数----------Arguments----------
参数:mean
Desired population mean
期望中的人口意味着
参数:sd
Desired population standard deviation
期望中的总体标准偏差
值----------Value----------
参数:SimNorm
Random Normal Distribution object (SimNorm) that save the specified parameters
随机正态分布对象(SimNorm),除指定的参数
(作者)----------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的所有通讯对象。