We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8716a commit 6f531c5Copy full SHA for 6f531c5
rand_distr/src/gumbel.rs
@@ -16,7 +16,8 @@ use rand::Rng;
16
/// Samples floating-point numbers according to the Gumbel distribution
17
///
18
/// This distribution has density function:
19
-/// `f(x) = exp(-(z + exp(-z))) / σ`, where `z = (x - μ) / σ`
+/// `f(x) = exp(-(z + exp(-z))) / σ`, where `z = (x - μ) / σ`,
20
+/// `μ` is the location parameter, and `σ` the scale parameter.
21
22
/// # Example
23
/// ```
0 commit comments