pub struct BatesFit {
pub params: BatesParams,
pub rmse: f64,
pub iterations: usize,
pub converged: bool,
}Expand description
Calibration outcome for the lognormal-jump Bates model.
Fields§
§params: BatesParams§rmse: f64Root-mean-square price error over the quotes.
iterations: usize§converged: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for BatesFit
impl RefUnwindSafe for BatesFit
impl Send for BatesFit
impl Sync for BatesFit
impl Unpin for BatesFit
impl UnsafeUnpin for BatesFit
impl UnwindSafe for BatesFit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more