p-value returned by non-paraemtric test
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When you perform two-sample test with non-parametric tests such as K-S test and Mann–Whitney U test in MATLAB, is the p-value returned for a one-tailed test or for a two-tailed test?
Thanks.
0 Commenti
Risposta accettata
Tom Lane
il 22 Feb 2013
Type "help kstest" and you may see (if your MATLAB is recent enough) that there's a 'Type' option to control whether it's one-tailed or two-tailed. But the default is two-tailed.
Same idea for the ranksum function.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Hypothesis Tests in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!