F values come out as Infinity using the anovan function
Ältere Kommentare anzeigen
13 design variables, 3 level , 2 strength
Using OA table..
avovan(Y,S)
S data

y data

result

What is a problem??
what it is mean?
Akzeptierte Antwort
Weitere Antworten (1)
Hi @ki o kim
In this example, you'll notice that the F-statistic is calculated as the ratio of the mean squared errors: (7.875/0.13889), (4.5/0.13889), and (0.04167/0.13889). However, in your case, the mean squared error is 0. If you haven't encountered division by zero before, performing such a computation will result in either positive or negative infinity.
load popcorn
popcorn
[p, tbl] = anova2(popcorn, 3);
1 Kommentar
ki o kim
am 24 Okt. 2023
Kategorien
Mehr zu Performance and Memory finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
