Skip to main content

py_partial_directed_coherence

Function py_partial_directed_coherence 

Source
pub(crate) fn py_partial_directed_coherence(
    py: Python<'_>,
    trains: Vec<PyReadonlyArray1<'_, i32>>,
    bin_size: usize,
    order: usize,
    n_freqs: usize,
) -> (Py<PyArray1<f64>>, usize, usize)