wilcoxon test for two sample
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
farfar
el 26 de Mzo. de 2017
Editada: the cyclist
el 26 de Mzo. de 2017
hi everybody Is it possible to do a signed rank wilcoxon test for two sample with different sizes ?
x=[331 308 300 414 253 323 452 396 104];
y=[248 393 260 355 279 184 386 450 432 196 197];
[p,h,stats] = signrank(x,y,'tail','right')
and error is : SIGNRANK requires the data vectors to have the same number of elements. sorry if the answer is obvious!
0 comentarios
Respuesta aceptada
the cyclist
el 26 de Mzo. de 2017
Editada: the cyclist
el 26 de Mzo. de 2017
The signed rank test that you are using is specifically for paired measurements.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Hypothesis Tests en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!