pub struct RMSDeviation;Expand description
RMSDeviation(x, y) = sqrt(mean((x - y).^2))
Implementations§
Source§impl RMSDeviation
impl RMSDeviation
Trait Implementations§
Source§impl Clone for RMSDeviation
impl Clone for RMSDeviation
Source§fn clone(&self) -> RMSDeviation
fn clone(&self) -> RMSDeviation
Returns a duplicate 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 RMSDeviation
impl Debug for RMSDeviation
Source§impl Default for RMSDeviation
impl Default for RMSDeviation
impl Copy for RMSDeviation
Auto Trait Implementations§
impl Freeze for RMSDeviation
impl RefUnwindSafe for RMSDeviation
impl Send for RMSDeviation
impl Sync for RMSDeviation
impl Unpin for RMSDeviation
impl UnwindSafe for RMSDeviation
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