F values come out as Infinity using the anovan function
显示 更早的评论
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?
采纳的回答
更多回答(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);
类别
在 帮助中心 和 File Exchange 中查找有关 Performance and Memory 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
