[][src]Function filter::discrete_bayes::predict

pub fn predict<F: Float>(
    pdf: &[F],
    offset: i64,
    kernel: &[F],
    mode: EdgeHandling<F>
) -> Vec<F>

Performs the discrete Bayes filter prediction step, generating the prior.