libstdc++
std::extreme_value_distribution< _RealType > Class Template Reference

Detailed Description

template<typename _RealType = double>
class std::extreme_value_distribution< _RealType >

A extreme_value_distribution random number distribution.

The formula for the normal probability mass function is

\[ p(x|a,b) = \frac{1}{b} \exp( \frac{a-x}{b} - \exp(\frac{a-x}{b})) \]

Definition at line 5053 of file random.h.


The documentation for this class was generated from the following file: