F values come out as Infinity using the anovan function
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (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 commentaire
ki o kim
le 24 Oct 2023
Catégories
En savoir plus sur Performance and Memory dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
