Function bayes_estimate::estimators::sir::normal_noise_sampler[][src]

pub fn normal_noise_sampler<N: Copy + FromPrimitive + RealField, D: Dim>(
    std_dev: OVector<N, D>
) -> impl Fn(&mut dyn RngCore) -> OVector<N, D> where
    DefaultAllocator: Allocator<N, D>, 
Expand description

Generate as sampling function for normally distributed noise.

‘std_dev’ standard deviation of normally distributed noise.