piecewise_constant_distribution::param_type
Ukládá všechny parametry rozdělení.
struct param_type { typedef piecewise_constant_distribution<RealType> distribution_type; param_type(); template<class IterI, class IterW> param_type(IterI firstI, IterI lastI, IterW firstW); template<class UnaryOperation> param_type(size_t count, RealType xmin, RealType xmax, UnaryOperation weightfunc); std::vector<RealType> densities() const; std::vector<RealType> intervals() const; ..... bool operator==(const param_type& right) const; bool operator!=(const param_type& right) const; };
Parametry
Viz téma nadřazeného piecewise_constant_distribution – třída.
Poznámky
**Precondition:**xmin < xmax
Tato struktura mohou být předána do konstruktoru třídy distribuci při vytváření instance, až param() členské funkce pro nastavení uložené parametry stávající rozdělení a k operator() má být použit místo uložené parametry.
Požadavky
Záhlaví: < náhodné >
Obor názvů: std