Enum rand_distr::FisherFError [−][src]
pub enum FisherFError { MTooSmall, NTooSmall, }
Error type returned from FisherF::new
.
Variants
m <= 0
or nan
.
n <= 0
or nan
.
Trait Implementations
impl Clone for FisherFError
[src]
impl Clone for FisherFError
[src]fn clone(&self) -> FisherFError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<FisherFError> for FisherFError
[src]
impl PartialEq<FisherFError> for FisherFError
[src]