Borrar filtros
Borrar filtros

phase correlation coefficient between 2 vectors of unequal size

3 visualizaciones (últimos 30 días)
PAK
PAK el 28 de Nov. de 2018
HI All,
I have a question regarding some circular statistics. I am trying to calculate the circular correlation coefficient "rho" (and resultant p-value) between to vectors. These vectors are, for example, a 1x5000 vector of phase values (in radians) and a 1x2500 vector of phase values (in radians). I would like to get rho and p for this. My problem arises using the circ_corrcc from the circular statistics toolbox - Circular Statistics Toolbox (Directional Statistics). Since my matrices are of different dimensions, "circ_corrcc" errors out when I run the following code. Additionally, it doesn't seem to work if I pad the matrices with NaN to make the dimensions equal.
[rho_low_theta,pval_low_theta] = circ_corrcc(test_phases, test_phases1);
Does anyone know how I would be able to get this correlation, perhaps using some other combinations of functions?
Thanks!
PAK

Respuestas (0)

Categorías

Más información sobre Teaching Resources en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by