Skip to main content

transfer_entropy

Function transfer_entropy 

Source
pub fn transfer_entropy(
    source: &[i32],
    target: &[i32],
    bin_size: usize,
    lag: usize,
) -> f64
Expand description

Transfer entropy from source to target spike train (bits).