How to compare values within a matrix?

accuracy = [58,60,52,57,62]
I have the accuracies and now i want to check if they are significantly different from each other. with P<0.05

2 件のコメント

KSSV
KSSV 2020 年 10 月 5 日
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
Rida Alfonso 2020 年 10 月 5 日
I have four accuracies from a process with minor adjustments, Now i want to see if these values are significantly different from each other. Basically these 5 values are means

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

回答 (1 件)

KSSV
KSSV 2020 年 10 月 5 日

0 投票

In case are you looking for this?
idx = find(accuracy < 0.05)

1 件のコメント

Rida Alfonso
Rida Alfonso 2020 年 10 月 5 日
58,60,52,57 and 62 are different from each other , but are they significantly different from each other statistically. That is the question

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

カテゴリ

ヘルプ センター および File ExchangeCurve Fitting Toolbox についてさらに検索

製品

リリース

R2020a

質問済み:

2020 年 10 月 5 日

コメント済み:

2020 年 10 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by