Skip to main content

py_cubic_higher_order

Function py_cubic_higher_order 

Source
pub(crate) fn py_cubic_higher_order(
    py: Python<'_>,
    binary_train: PyReadonlyArray1<'_, i32>,
    dt: f64,
    max_lag: usize,
) -> Py<PyArray2<f64>>