pub const POISSON_EPSILON: f64 = 1e-10;
Floor for Poisson model values to avoid log(0) in NLL computation.