Skip to main content

py_instantaneous_rate

Function py_instantaneous_rate 

Source
pub(crate) fn py_instantaneous_rate(
    py: Python<'_>,
    binary_train: PyReadonlyArray1<'_, f64>,
    dt: f64,
    kernel: &str,
    sigma_ms: f64,
) -> Py<PyArray1<f64>>