Struct WaveletLeaderScaling
#[non_exhaustive]pub struct WaveletLeaderScaling {
pub moments: Vec<f64>,
pub scales: Vec<usize>,
pub structure_functions: Vec<Vec<f64>>,
pub scaling_exponents: Vec<f64>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
moments: Vec<f64>§scales: Vec<usize>§structure_functions: Vec<Vec<f64>>§scaling_exponents: Vec<f64>Implementations§
§impl WaveletLeaderScaling
impl WaveletLeaderScaling
pub fn multifractality_score(&self) -> Option<f64>
pub fn multifractality_score(&self) -> Option<f64>
pub fn linearity_r2(&self) -> Option<f64>
pub fn linearity_r2(&self) -> Option<f64>
Trait Implementations§
§impl Clone for WaveletLeaderScaling
impl Clone for WaveletLeaderScaling
§fn clone(&self) -> WaveletLeaderScaling
fn clone(&self) -> WaveletLeaderScaling
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Auto Trait Implementations§
impl Freeze for WaveletLeaderScaling
impl RefUnwindSafe for WaveletLeaderScaling
impl Send for WaveletLeaderScaling
impl Sync for WaveletLeaderScaling
impl Unpin for WaveletLeaderScaling
impl UnwindSafe for WaveletLeaderScaling
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)