frites.core.copnorm_1d# frites.core.copnorm_1d(x)[source]# Copula normalization for a single vector. Parameters xnumpy:array_likeArray of data of shape (n_epochs,) Returns cxnumpy:array_likeStandard normal samples with the same empirical CDF value as the input.