Regression with multiple variables

3 views (last 30 days)
Tyler
Tyler on 13 Oct 2013
Commented: dpb on 13 Oct 2013
Hi all,
admittedly, i have no experience with regression analysis, but i have the following problem:
I am trying to generate a model to predict the load in a bolt in a bolted flange. I have performed many analyses by freezing all independent variables (except one) for each independent variable, and have relationships for all of these different runs.
basically i have a ton of curves of bolt load vs. applied external load for multiple independent parameters (pitch circle radius, flange height, leverage factor, etc)
Is there a useful way in matlab to put together some kind of generic curve that would be bolt load vs. all independent parameters?
any help would be greatly appreciated.
Thanks!
  1 Comment
dpb
dpb on 13 Oct 2013
Edited: dpb on 14 Oct 2013
Maybe, maybe not...it'll all depend on the resulting design matrix of the "happenstance" data as to whether it will turn out to be well balanced or not and then how smooth the data are as a function of those variables.
A specific issue for example is that the "one at a time" technique may not have caused data to be generated in appropriate places to be able to estimate coefficients of interaction terms. Whether that is or is not significant will depend on whether there are real effects or not.
As is almost always the case, the time to have talked to a statistician was before you collected all the data; he/she could have advised you on experimental design to optimize the data collection for the purpose including, perhaps, some preliminary results to test for such things as interaction to aid in that process.
You can, of course, simply throw the data at a general regression model and see what happens; maybe you'll get lucky.
The first thing to do, however, will be to use the Matlab graphics features and visualize the data you do have and see what it looks like to get some idea of what sort of models might be suitable.
As always, there are surely other studies of the problem; what kind of models have they used for the purpose? One can imagine if you're testing to anything near failure the results are not terribly linear...
On the problem of regression in general again
Draper and Smith, Applied Regression Analysis
on response surface modeling and something about experiment design specifically for the purpose,
RH Myers, Response Surface Methodology
is an excellent introduduction/medium level exposition.
For things to think of before "just collecting data", I recommend
Box, Hunter and Hunter, Statistics for Experimenters
I particularly commend to your attention the section "Hazards of Fitting Happenstance Data" in Chapter 14. Your data aren't actually entirely "happenstance" owing to the one-at-a-time collection but the potential problems can be similar because there may be reasons from a physical basis that some of the variables aren't truly independent owing to how they effect each other in the design of the flange and its resultant behavior.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!