Skip to content

Commit b6c2161

Browse files
committed
Corrections to exprand opcode
1 parent 3a11e59 commit b6c2161

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

opcodes/exprand.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@
3232
<refsect1>
3333
<title>Performance</title>
3434
<para>
35-
<emphasis>klambda</emphasis> -- lambda parameter for the exponential distribution.
35+
<emphasis>klambda</emphasis> -- reciprocal oflambda parameter for the exponential distribution.
3636
</para>
3737

3838
<para>
39-
The probablity density function of an exponential distribution is an exponential curve, whose mean is 0.69515/lambda.
39+
The probablity density function of an exponential distribution
40+
is an exponential curve, whose median is log(2)/lambda.
4041
For more detailed explanation of these distributions, see:
4142
<orderedlist>
4243
<listitem>
43-
<para>C. Dodge - T.A. Jerse 1985. Computer music. Schirmer books. pp.265 - 286</para>
44+
<para>C. Dodge - T.A. Jerse 1985. Computer music. Schirmer
45+
books. Second edition, section 11.1B4</para>
4446
</listitem>
4547

4648
<listitem>

0 commit comments

Comments
 (0)