Struct JumpEstimateUncertainty
pub struct JumpEstimateUncertainty { /* private fields */ }Implementations§
§impl JumpEstimateUncertainty
impl JumpEstimateUncertainty
pub fn new(
jump_count: u64,
intensity_std_error: f64,
mean_std_error: f64,
std_std_error: f64,
) -> Result<Self, FerroRiskError>
pub fn new( jump_count: u64, intensity_std_error: f64, mean_std_error: f64, std_std_error: f64, ) -> Result<Self, FerroRiskError>
pub const fn jump_count(self) -> u64
pub const fn jump_count(self) -> u64
pub const fn intensity_std_error(self) -> f64
pub const fn intensity_std_error(self) -> f64
pub const fn mean_std_error(self) -> f64
pub const fn mean_std_error(self) -> f64
pub const fn std_std_error(self) -> f64
pub const fn std_std_error(self) -> f64
Trait Implementations§
§impl Clone for JumpEstimateUncertainty
impl Clone for JumpEstimateUncertainty
§fn clone(&self) -> JumpEstimateUncertainty
fn clone(&self) -> JumpEstimateUncertainty
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for JumpEstimateUncertainty
impl PartialEq for JumpEstimateUncertainty
impl Copy for JumpEstimateUncertainty
impl StructuralPartialEq for JumpEstimateUncertainty
Auto Trait Implementations§
impl Freeze for JumpEstimateUncertainty
impl RefUnwindSafe for JumpEstimateUncertainty
impl Send for JumpEstimateUncertainty
impl Sync for JumpEstimateUncertainty
impl Unpin for JumpEstimateUncertainty
impl UnsafeUnpin for JumpEstimateUncertainty
impl UnwindSafe for JumpEstimateUncertainty
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)