pub struct SprtTest {
pub h0_rate: f64,
pub h1_rate: f64,
pub alpha: f64,
pub beta: f64,
pub log_lr: f64,
}Expand description
Sequential probability ratio test (SPRT) by Wald.
Fields§
§h0_rate: f64§h1_rate: f64§alpha: f64§beta: f64§log_lr: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SprtTest
impl RefUnwindSafe for SprtTest
impl Send for SprtTest
impl Sync for SprtTest
impl Unpin for SprtTest
impl UnsafeUnpin for SprtTest
impl UnwindSafe for SprtTest
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