Struct CwtPhaseCoherenceResult
#[non_exhaustive]pub struct CwtPhaseCoherenceResult {
pub period_summaries: Vec<CwtPeriodCoherence>,
pub dominant_period_coherence: CwtPeriodCoherence,
pub time_averaged_coherence: f64,
pub time_averaged_phase_radians: f64,
pub lead_lag_periods: Option<f64>,
pub scalogram: Option<CwtScalogram>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
period_summaries: Vec<CwtPeriodCoherence>§dominant_period_coherence: CwtPeriodCoherence§time_averaged_coherence: f64§time_averaged_phase_radians: f64§lead_lag_periods: Option<f64>§scalogram: Option<CwtScalogram>Implementations§
Trait Implementations§
§impl Clone for CwtPhaseCoherenceResult
impl Clone for CwtPhaseCoherenceResult
§fn clone(&self) -> CwtPhaseCoherenceResult
fn clone(&self) -> CwtPhaseCoherenceResult
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for CwtPhaseCoherenceResult
impl PartialEq for CwtPhaseCoherenceResult
impl StructuralPartialEq for CwtPhaseCoherenceResult
Auto Trait Implementations§
impl Freeze for CwtPhaseCoherenceResult
impl RefUnwindSafe for CwtPhaseCoherenceResult
impl Send for CwtPhaseCoherenceResult
impl Sync for CwtPhaseCoherenceResult
impl Unpin for CwtPhaseCoherenceResult
impl UnwindSafe for CwtPhaseCoherenceResult
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)