How are Spearman p values calculated?
古いコメントを表示
The p-values from the corr function (Spearman), how are computed? Is there any refernce paper I could access?
回答 (1 件)
Star Strider
2014 年 5 月 17 日
1 投票
Wikipedia has a brief but thorough article that includes a section on Determining Significance of the Spearman Rank Correlation.
2 件のコメント
Nuchto
2014 年 5 月 17 日
Star Strider
2014 年 5 月 17 日
編集済み: the cyclist
2021 年 3 月 1 日
Quoting:
- corr computes p-values for Pearson's correlation using a Student's t distribution for a transformation of the correlation. This correlation is exact when X and Y are normal. corr computes p-values for Kendall's tau and Spearman's rho using either the exact permutation distributions (for small sample sizes), or large-sample approximations.
- corr computes p-values for the two-tailed test by doubling the more significant of the two one-tailed p-values.
Is that what you’re looking for?
カテゴリ
ヘルプ センター および File Exchange で Probability Distributions and Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!