pub struct KernelDensityEstimator<C>(pub C);Expand description
It is used to model «good» and «bad» parameter distributions, but can also be used standalone.
§Type parameters
Tuple Fields§
§0: CTrait Implementations§
Source§impl<C: Clone> Clone for KernelDensityEstimator<C>
impl<C: Clone> Clone for KernelDensityEstimator<C>
Source§fn clone(&self) -> KernelDensityEstimator<C>
fn clone(&self) -> KernelDensityEstimator<C>
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<C: Debug> Debug for KernelDensityEstimator<C>
impl<C: Debug> Debug for KernelDensityEstimator<C>
Source§impl<Ks> Density for KernelDensityEstimator<Ks>
impl<Ks> Density for KernelDensityEstimator<Ks>
Source§impl<Ks> Sample for KernelDensityEstimator<Ks>
impl<Ks> Sample for KernelDensityEstimator<Ks>
impl<C: Copy> Copy for KernelDensityEstimator<C>
Auto Trait Implementations§
impl<C> Freeze for KernelDensityEstimator<C>where
C: Freeze,
impl<C> RefUnwindSafe for KernelDensityEstimator<C>where
C: RefUnwindSafe,
impl<C> Send for KernelDensityEstimator<C>where
C: Send,
impl<C> Sync for KernelDensityEstimator<C>where
C: Sync,
impl<C> Unpin for KernelDensityEstimator<C>where
C: Unpin,
impl<C> UnwindSafe for KernelDensityEstimator<C>where
C: UnwindSafe,
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