Struct SviNaturalParameters
pub struct SviNaturalParameters { /* private fields */ }Implementations§
§impl SviNaturalParameters
impl SviNaturalParameters
pub const fn delta(self) -> f64
pub const fn mu(self) -> f64
pub const fn rho(self) -> f64
pub const fn omega(self) -> f64
pub const fn zeta(self) -> f64
pub fn to_raw(self) -> Result<SviRawParameters, FerroRiskError>
pub fn to_raw(self) -> Result<SviRawParameters, FerroRiskError>
pub fn total_variance(self, log_moneyness: f64) -> Result<f64, FerroRiskError>
pub fn total_variance(self, log_moneyness: f64) -> Result<f64, FerroRiskError>
Trait Implementations§
§impl Clone for SviNaturalParameters
impl Clone for SviNaturalParameters
§fn clone(&self) -> SviNaturalParameters
fn clone(&self) -> SviNaturalParameters
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SviNaturalParameters
impl PartialEq for SviNaturalParameters
impl Copy for SviNaturalParameters
impl StructuralPartialEq for SviNaturalParameters
Auto Trait Implementations§
impl Freeze for SviNaturalParameters
impl RefUnwindSafe for SviNaturalParameters
impl Send for SviNaturalParameters
impl Sync for SviNaturalParameters
impl Unpin for SviNaturalParameters
impl UnsafeUnpin for SviNaturalParameters
impl UnwindSafe for SviNaturalParameters
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)