pub trait RegKernelMass: RegKernel { // Required method fn eval_mass(&self, x: f64, a: f64, b: f64) -> f64; }
Trait for kernel mass integrals.
Compute the mass of the kernel between a and b shifted by x $$ \int_a^b K_h(x - u)\, du $$
a
b
x