Create random chi-squared distribution object
创建随机的卡方分布对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create random chi-squared distribution object. Random chi-squared distribution object will save the degree of freedom and the non-centrality parameters.
创建随机的卡方分布对象。卡方分布随机对象可以保存程度的自由和非中心参数。
用法----------Usage----------
simChisq(df, ncp=0)
参数----------Arguments----------
参数:df
The degree of freedom
的自由度
参数:ncp
The non-centrality parameter
非中心参数
值----------Value----------
参数:SimChisq
Random Chi-squared Distribution object (SimChisq) that save the specified parameters
卡方分布的随机对象(SimChisq),除指定的参数
(作者)----------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的所有通讯对象。