Enum rand_distr::ChiSquaredError [−][src]
pub enum ChiSquaredError { DoFTooSmall, }
Error type returned from ChiSquared::new
and StudentT::new
.
Variants
0.5 * k <= 0
or nan
.
Trait Implementations
impl Clone for ChiSquaredError
[src]
impl Clone for ChiSquaredError
[src]fn clone(&self) -> ChiSquaredError
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Error for ChiSquaredError
[src]
impl Error for ChiSquaredError
[src]impl PartialEq<ChiSquaredError> for ChiSquaredError
[src]
impl PartialEq<ChiSquaredError> for ChiSquaredError
[src]