std::weibull_distribution::weibull_distribution
STD:威布尔[医]分布::威布尔[医]分布
explicit weibull_distribution( RealType a = 1.0, RealType b = 1.0 | (1) | (since C++11) |
---|---|---|
explicit weibull_distribution( const param_type& params | (2) | (since C++11) |
构造一个新的分发对象。第一个版本使用a
和b
作为分发参数,第二个版本使用params
作为分布参数。
参数
a | - | the a distribution parameter (shape) |
---|---|---|
b | - | the b distribution parameter (scale) |
params | - | the distribution parameter set |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/数值/随机/Weibull[医]分布/威布尔[医]分布