Enum rand_distr::ChiSquaredError
source · pub enum ChiSquaredError {
DoFTooSmall,
}Expand description
Error type returned from ChiSquared::new and StudentT::new.
Variants§
DoFTooSmall
0.5 * k <= 0 or nan.
Trait Implementations§
source§impl Clone for ChiSquaredError
impl Clone for ChiSquaredError
source§fn clone(&self) -> ChiSquaredError
fn clone(&self) -> ChiSquaredError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more