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 Exchange에서 Curve 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