필터 지우기
필터 지우기

What significant test `corr` use internally?

조회 수: 3 (최근 30일)
Weikang Qiu
Weikang Qiu 2023년 11월 11일
댓글: Walter Roberson 2023년 11월 12일
Just want to know what significant test the function use to obtain the p-value.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 11월 11일
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
Weikang Qiu
Weikang Qiu 2023년 11월 12일
Oh sorry, I just wonder matlab assume what distribution does the correlation coefficient follow.
Walter Roberson
Walter Roberson 2023년 11월 12일
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

댓글을 달려면 로그인하십시오.

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by