pub struct BetaRV {
pub alpha: f64,
pub beta: f64,
}Expand description
Beta distribution X ~ Beta(alpha, beta).
Fields§
§alpha: f64§beta: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BetaRV
impl RefUnwindSafe for BetaRV
impl Send for BetaRV
impl Sync for BetaRV
impl Unpin for BetaRV
impl UnsafeUnpin for BetaRV
impl UnwindSafe for BetaRV
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