mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
@ -1037,7 +1037,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>
|
||||||
|
Reference in New Issue
Block a user