7 Şubat 2018 Çarşamba

math distributions

inverse_gaussian sınıfı
Ş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

skew_normal Sınıfı
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