[h,p,k] = kstest2(x1,x2,'Tail','larger');
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
[h,p,k] = kstest2(x1,x2,'Tail','larger')
it gives the value of h, P-value and the maximum difference 'k'.
Is there any way to find the corresponding data points (x1,y1) and (x2,y2) where we obtained the maximum difference 'k'?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Hypothesis Tests finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!