inverse_gaussian sınıfı
Şu satırı dahil ederiz.
Şöyle yaparız.
Şöyle yaparız.
Örnek ver
skew_normal Sınıfı
Giriş
Şu satırı dahil ederiz.
Tanımlama
Şöyle yaparız.
Şöyle yaparız.
Şu satırı dahil ederiz.
#include <boost/math/distributions/inverse_gaussian.hpp>
Kolay kodlama için şu satırı dahil ederiz.using boost::math::inverse_gaussian;
constructorŞöyle yaparız.
inverse_gaussian(rand())mean metodu
Şöyle yaparız.
inverse_gaussian(rand()).mean();
scale metoduÖrnek ver
shape metodu
Örnek ver
Giriş
Şu satırı dahil ederiz.
#include <boost/math/distributions/skew_normal.hpp>
uniform_distribution Sınıfı
Tanımlama
Şöyle yaparız.
typedef uniform_distribution<double,
policy<discrete_quantile<integer_round_outwards>>> dist;
ConstructorŞöyle yaparız.
dist d (10,20);
Hiç yorum yok:
Yorum Gönder