pub fn poisson_likelihood(
times: ArrayView1<'_, f64>,
model: &PoissonProcess,
tmax: f64,
) -> f64Expand description
Log-likelihood of the data under the given Poisson model $$ \ell(\lambda) = N\ln\lambda - \lambda T $$
pub fn poisson_likelihood(
times: ArrayView1<'_, f64>,
model: &PoissonProcess,
tmax: f64,
) -> f64Log-likelihood of the data under the given Poisson model $$ \ell(\lambda) = N\ln\lambda - \lambda T $$