Struct WaveletAnomalyScoreBand
#[non_exhaustive]pub struct WaveletAnomalyScoreBand {
pub level: usize,
pub period_span: usize,
pub horizon_label: String,
pub current_coefficient: f64,
pub tail_probability: f64,
pub contribution: f64,
pub contribution_pct: f64,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
level: usize§period_span: usize§horizon_label: String§current_coefficient: f64§tail_probability: f64§contribution: f64§contribution_pct: f64Trait Implementations§
§impl Clone for WaveletAnomalyScoreBand
impl Clone for WaveletAnomalyScoreBand
§fn clone(&self) -> WaveletAnomalyScoreBand
fn clone(&self) -> WaveletAnomalyScoreBand
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for WaveletAnomalyScoreBand
impl PartialEq for WaveletAnomalyScoreBand
impl StructuralPartialEq for WaveletAnomalyScoreBand
Auto Trait Implementations§
impl Freeze for WaveletAnomalyScoreBand
impl RefUnwindSafe for WaveletAnomalyScoreBand
impl Send for WaveletAnomalyScoreBand
impl Sync for WaveletAnomalyScoreBand
impl Unpin for WaveletAnomalyScoreBand
impl UnwindSafe for WaveletAnomalyScoreBand
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)