tensorpac.methods.gauss_cop_pac

tensorpac.methods.gauss_cop_pac(pha, amp)[source]

Tensor-based Gaussian Copula PAC (gcPac).

This function assumes that phases and amplitudes have already been prepared i.e. phases should be represented in a unit circle (np.c_[np.sin(pha), np.cos(pha)]) and both inputs should also have been copnormed.

Parameters
pha, amparray_like

Respectively the arrays of phases of shape (n_pha, …, n_times) and the array of amplitudes of shape (n_amp, …, n_times).

Returns
pacarray_like

Array of phase amplitude coupling of shape (n_amp, n_pha, …)

References

Ince et al 2017. [6]