doc: Fix typo
Author: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
parent
f97256570f
commit
c1bb787046
@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
Then value <replaceable>i</> between <replaceable>min</> and
|
Then value <replaceable>i</> between <replaceable>min</> and
|
||||||
<replaceable>max</> inclusive is drawn with probability:
|
<replaceable>max</> inclusive is drawn with probability:
|
||||||
<literal>f(x) - f(x + 1)</>.
|
<literal>f(i) - f(i + 1)</>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user