use of signtest function
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Star Strider
on 12 Nov 2019
5 Comments
Walter Roberson
on 13 Nov 2019
You can examine the code
edit signtest
Near the end you will see
h = (p<=alpha);
More Answers (2)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!