diff --git a/doc/distributions/uniform.qbk b/doc/distributions/uniform.qbk index 065de440c..5fca9a90d 100644 --- a/doc/distributions/uniform.qbk +++ b/doc/distributions/uniform.qbk @@ -44,6 +44,10 @@ and in this implementation: The choice of x = lower or x = upper is made because statistical use of this distribution judged is most likely: the method of maximum likelihood uses this definition. +[$../graphs/uniform_pdf.png] + +[$../graphs/uniform_cdf.png] + There is also a [@http://en.wikipedia.org/wiki/Discrete_uniform_distribution *discrete* uniform distribution]. Parameters lower and upper can be any finite value.