void pcc_v2s(float **pcc, int samples_length, int vectors_length, int ny, float **x, int **y)
The `pcc_v2s` (v2s for vector-to-scalar) function estimates the PCC between a vector floating point r...
void pcc_s2s(float *pcc, int samples_length, int ny, float *x, int **y)
The `pcc_s2s` (s2s for scalar-to-scalar) function estimates the PCC between a floating point random v...