pub struct LoebMeasure {
pub hyperfinite_set: String,
}Expand description
Loeb measure on a hyperfinite set.
Fields§
§hyperfinite_set: StringImplementations§
Source§impl LoebMeasure
impl LoebMeasure
pub fn new(hyperfinite_set: String) -> Self
Sourcepub fn loeb_measure(&self) -> f64
pub fn loeb_measure(&self) -> f64
Compute the Loeb measure (normalized counting measure on the hyperfinite set).
Sourcepub fn is_standard_measure(&self) -> bool
pub fn is_standard_measure(&self) -> bool
The Loeb measure is a standard sigma-additive probability measure.
Auto Trait Implementations§
impl Freeze for LoebMeasure
impl RefUnwindSafe for LoebMeasure
impl Send for LoebMeasure
impl Sync for LoebMeasure
impl Unpin for LoebMeasure
impl UnsafeUnpin for LoebMeasure
impl UnwindSafe for LoebMeasure
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