Borrar filtros
Borrar filtros

What significant test `corr` use internally?

3 visualizaciones (últimos 30 días)
Weikang Qiu
Weikang Qiu el 11 de Nov. de 2023
Comentada: Walter Roberson el 12 de Nov. de 2023
Just want to know what significant test the function use to obtain the p-value.

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de Nov. de 2023
corr() does not itself use any significance test. It returns the p values -- leaving you to make your own significance tests according to your needs.
  2 comentarios
Weikang Qiu
Weikang Qiu el 12 de Nov. de 2023
Oh sorry, I just wonder matlab assume what distribution does the correlation coefficient follow.
Walter Roberson
Walter Roberson el 12 de Nov. de 2023
TypeType of correlation
'Pearson' (default) | 'Kendall' | 'Spearman'
Type of correlation, specified as the comma-separated pair consisting of 'Type' and one of these values.
Value Description

Iniciar sesión para comentar.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by