Create random F distribution object. Random F distribution object will save the numerator and denominator degrees of freedom and the non-centrality parameters.
创建随机的F分布的对象。随机的F分布对象将保存的分子和分母程度的自由和非中心参数。
用法----------Usage----------
simF(df1, df2, ncp = 0)
参数----------Arguments----------
参数:df1
The numerator degree of freedom
的分子的自由度
参数:df2
The denominator degree of freedom
分母的自由度
参数:ncp
The non-centrality parameter
非中心参数
值----------Value----------
参数:SimF
Random F Distribution object (SimF) that save the specified parameters
随机的的F分布对象(SimF),保存指定的参数
(作者)----------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的所有通讯对象。