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