pub struct SinWeightedPoissonGapTrace {
pub iterations: usize,
pub final_params: (f64, u64),
}Expand description
The trace for SinWeightedPoissonGap
Fields§
§iterations: usizeHow many iterations were required to find a λ that gave the correct count
final_params: (f64, u64)Which values of λ and iteration gave the correct count
Trait Implementations§
Source§impl Clone for SinWeightedPoissonGapTrace
impl Clone for SinWeightedPoissonGapTrace
Source§fn clone(&self) -> SinWeightedPoissonGapTrace
fn clone(&self) -> SinWeightedPoissonGapTrace
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SinWeightedPoissonGapTrace
impl Debug for SinWeightedPoissonGapTrace
Source§impl Display for SinWeightedPoissonGapTrace
impl Display for SinWeightedPoissonGapTrace
impl Copy for SinWeightedPoissonGapTrace
Auto Trait Implementations§
impl Freeze for SinWeightedPoissonGapTrace
impl RefUnwindSafe for SinWeightedPoissonGapTrace
impl Send for SinWeightedPoissonGapTrace
impl Sync for SinWeightedPoissonGapTrace
impl Unpin for SinWeightedPoissonGapTrace
impl UnwindSafe for SinWeightedPoissonGapTrace
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