Struct MultifractalSpectrumBuilder
pub struct MultifractalSpectrumBuilder { /* private fields */ }Implementations§
§impl MultifractalSpectrumBuilder
impl MultifractalSpectrumBuilder
pub fn with_alpha(self, alpha: Vec<f64>) -> Self
pub fn with_alpha(self, alpha: Vec<f64>) -> Self
pub fn with_f_alpha(self, f_alpha: Vec<f64>) -> Self
pub fn with_f_alpha(self, f_alpha: Vec<f64>) -> Self
pub fn with_scaling_exponents(self, scaling_exponents: Vec<f64>) -> Self
pub fn with_scaling_exponents(self, scaling_exponents: Vec<f64>) -> Self
pub fn with_moments(self, moments: Vec<f64>) -> Self
pub fn with_moments(self, moments: Vec<f64>) -> Self
pub fn with_alpha_min(self, alpha_min: f64) -> Self
pub fn with_alpha_min(self, alpha_min: f64) -> Self
pub fn with_alpha_max(self, alpha_max: f64) -> Self
pub fn with_alpha_max(self, alpha_max: f64) -> Self
pub fn with_spectrum_width(self, spectrum_width: f64) -> Self
pub fn with_spectrum_width(self, spectrum_width: f64) -> Self
pub fn with_hurst_exponent(self, hurst_exponent: f64) -> Self
pub fn with_hurst_exponent(self, hurst_exponent: f64) -> Self
pub fn with_confidence_intervals(
self,
confidence_intervals: Option<Vec<(f64, f64)>>,
) -> Self
pub fn with_confidence_intervals( self, confidence_intervals: Option<Vec<(f64, f64)>>, ) -> Self
pub fn build(self) -> MultifractalSpectrum
pub fn build(self) -> MultifractalSpectrum
Trait Implementations§
§impl Clone for MultifractalSpectrumBuilder
impl Clone for MultifractalSpectrumBuilder
§fn clone(&self) -> MultifractalSpectrumBuilder
fn clone(&self) -> MultifractalSpectrumBuilder
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Default for MultifractalSpectrumBuilder
impl Default for MultifractalSpectrumBuilder
§fn default() -> MultifractalSpectrumBuilder
fn default() -> MultifractalSpectrumBuilder
Auto Trait Implementations§
impl Freeze for MultifractalSpectrumBuilder
impl RefUnwindSafe for MultifractalSpectrumBuilder
impl Send for MultifractalSpectrumBuilder
impl Sync for MultifractalSpectrumBuilder
impl Unpin for MultifractalSpectrumBuilder
impl UnwindSafe for MultifractalSpectrumBuilder
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)