std::fisher_f_distribution::fisher_f_distribution
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) |
构造一个新的分发对象。第一个版本使用m和n作为分发参数,第二个版本使用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。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

