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 4dae4c3 commit d63324aCopy full SHA for d63324a
rand_distr/src/frechet.rs
@@ -16,7 +16,7 @@ use rand::Rng;
16
/// Samples floating-point numbers according to the Fréchet distribution
17
///
18
/// This distribution has density function:
19
-/// `f(x) = [(x - μ) / σ]^(-1 - α)` exp[-(x - μ) / σ]^(-α) α / σ ,
+/// `f(x) = [(x - μ) / σ]^(-1 - α) exp[-(x - μ) / σ]^(-α) α / σ`,
20
/// where `μ` is the location parameter, `σ` the scale parameter, and `α` the shape parameter.
21
22
/// # Example
0 commit comments