use of signtest function
1 次查看(过去 30 天)
显示 更早的评论
In the two examples for the signtest function of non-parametric estimation in matlab shown in https://www.mathworks.com/help/stats/signtest.html#bti4471-7, the p-values do not affect the hypothesis tesing outcome. Is this correct? Please help with a clarification if you used it often, it is very much appreciated. AUSER
0 个评论
采纳的回答
Star Strider
2019-11-12
5 个评论
Walter Roberson
2019-11-13
You can examine the code
edit signtest
Near the end you will see
h = (p<=alpha);
更多回答(2 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!