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 Kommentare

KSSV
KSSV am 5 Okt. 2020
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
Rida Alfonso am 5 Okt. 2020
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

KSSV
KSSV am 5 Okt. 2020

0 Stimmen

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

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020a

Gefragt:

am 5 Okt. 2020

Kommentiert:

am 5 Okt. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by