Struct rand::distributions::FisherF [−][src]
pub struct FisherF { /* fields omitted */ }
👎 Deprecated since 0.7.0:
moved to rand_distr crate
The Fisher F distribution F(m, n)
.
This distribution is equivalent to the ratio of two normalised
chi-squared distributions, that is, F(m,n) = (χ²(m)/m) / (χ²(n)/n)
.
Implementations
impl FisherF
[src]
impl FisherF
[src]