在线文档教程
C++
数字 | Numerics

std::fisher_f_distribution::fisher_f_distribution

STD:Fisher[医]f[医]分布::Fisher[医]f[医]分布

explicit fisher_f_distribution( RealType m = 1.0, RealType n = 1.0 (1)(since C++11)
explicit fisher_f_distribution( const param_type& params (2)(since C++11)

构造一个新的分发对象。第一个版本使用mn作为分发参数,第二个版本使用params作为分布参数。

参数

m-the m distribution parameter (degrees of freedom)
n-the n distribution parameter (degrees of freedom)
params-the distribution parameter set

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/数值/随机/Fisher[医]f[医]分布/Fisher[医]f[医]分布