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

pub fn normal_noise_sampler_coupled<N: RealField, D: Dim, ND: Dim>(
    coupleing: MatrixMN<N, D, ND>
) -> impl Fn(&mut dyn RngCore) -> VectorN<N, D> where
    DefaultAllocator: Allocator<N, D, ND> + Allocator<N, D> + Allocator<N, ND>, 

Generate as sampling function for normally distributed coupled noise.