std::weibull_distribution::a
STD:威布尔[医]分布:a,b
RealType a() const; | (1) | (since C++11) |
---|---|---|
RealType b() const; | (2) | (since C++11) |
返回使用该分布构造的参数。
1%29返回a参数。它定义了分布的形状。默认值是1.0
...
2%29返回b参数。它定义了分布的规模。默认值是1.0
...
参数
%280%29
返回值
1%29 a参数的值。
2%29 b参数的值。
复杂性
常量。
另见
param | gets or sets the distribution parameter object (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。