フィルターのクリア

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