Originally posted by: CycloWizard
Just to be clear, you have eighteen variables with two settings and you want to be able to predict the value of the system? You'd need quite a bit of data to get any good regression, but analysis of variance should be able to give you what you want, and it's pretty simple.
Originally posted by: CycloWizard
Analysis of variance is commonly referred to as ANOVA. I believe Excel has tools that will do it for you, though I typically use statistics packages. It can also be done by hand, but I wouldn't recommend it for the number of variables and data points you're looking at.Let me see what I can figure out real quick and I'll post my findings.
edit: It looks like Excel can only consider two factors (two variables) for its ANOVA. I did, however, find this handy-dandy web site that will probably work for your application. It looks like you can just cut and paste your data into it after you tell it how many groups you have. Let me know if you need guidance interpreting the results or figuring out how to use the web site.
http://www.physics.csbsju.edu/stats/anova.html
ANOVA determines which factors (variables) are actually affecting the measured output of the system. It then creates a correlation for the relationship between the system output and the variable. For linear ANOVA, this is like y=m*x+b, where y is the system output, x is the variable value, m is the magnitude of the effect of that variable on the system output (or the slope of the linear correlation), and b is the mean system output. For multiple variables, you'll have y=A*a+B*b+C*C+...+(mean output) where the capital letters represent the magnitude of the effect of each variable and the lower case letters represent the variable values.Originally posted by: walla
But...the idea behind ANOVA...what am I learning? And is it anything a layman could interpret or will I be needing to read some text books? Will this give me an indication of the model i need to use for numeric prediction?
Thanks again.