use of signtest function

1 回表示 (過去 30 日間)
Liping Ai
Liping Ai 2019 年 11 月 12 日
回答済み: Liping Ai 2019 年 11 月 15 日
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

採用された回答

Star Strider
Star Strider 2019 年 11 月 12 日
From the documentation:
[p,h] = signtest(___) also returns a logical value indicating the test decision. The value h = 1 indicates a rejection of the null hypothesis, and h = 0 indicates a failure to reject the null hypothesis at the 5% significance level.
Also see the documentation for h.
  5 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 13 日
You can examine the code
edit signtest
Near the end you will see
h = (p<=alpha);
Star Strider
Star Strider 2019 年 11 月 13 日
@Walter — Thank you!

サインインしてコメントする。

その他の回答 (2 件)

Liping Ai
Liping Ai 2019 年 11 月 13 日
The error is with the example not the code then, could be a typo with the documentation. Thank you!

Liping Ai
Liping Ai 2019 年 11 月 15 日
The code in the last answer pinpoints the error location and nature.

カテゴリ

Help Center および File ExchangeHypothesis Tests についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by