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
Auto Trait Implementations
impl RefUnwindSafe for ChiSquaredError
impl Send for ChiSquaredError
impl Sync for ChiSquaredError
impl Unpin for ChiSquaredError
impl UnwindSafe for ChiSquaredError
Blanket Implementations
Mutably borrows from an owned value. Read more