Lines Matching refs:distribution
20 : m_lower(lower), m_upper(upper) // Default is standard uniform distribution.
28 The uniform distribution, also known as a rectangular distribution,
29 is a probability distribution that has constant probability.
31 …http://en.wikipedia.org/wiki/Uniform_distribution_%28continuous%29 continuous uniform distribution]
32 is a distribution with the
42 The choice of /x = lower/ or /x = upper/ is made because statistical use of this distribution judge…
45 …so a [@http://en.wikipedia.org/wiki/Discrete_uniform_distribution *discrete* uniform distribution].
72 uniform distribution] with lower /lower/ (a) and upper /upper/ (b).
79 Returns the /lower/ parameter of this distribution.
83 Returns the /upper/ parameter of this distribution.
95 The uniform distribution is implemented with simple arithmetic operators and so should have errors …
99 In the following table a is the /lower/ parameter of the distribution,
119 …wikipedia.org/wiki/Uniform_distribution_%28continuous%29 Wikipedia continuous uniform distribution]