frites.core.copnorm_1d#

frites.core.copnorm_1d(x)[source]#

Copula normalization for a single vector.

Parameters
xnumpy:array_like

Array of data of shape (n_epochs,)

Returns
cxnumpy:array_like

Standard normal samples with the same empirical CDF value as the input.