MATLAB Multiple Regression with four variables? Also in MATLAB

Click For Summary
The discussion centers on the need for a mathematical function to model a dependent variable Y based on three independent variables, with the requirement that the function must exactly match specified output values for given input combinations. The user seeks a method to perform linear interpolation between these points to predict Y for new inputs, such as (1.5, 40, 85). There is a consideration of using multiple regression, but the user expresses uncertainty about whether this is the correct approach. The key requirement is that the regression must fit the data precisely, suggesting that a fourth-order polynomial multiple regression may be necessary to achieve this exact fit across the 16 specified data points. The discussion highlights the need for a piecewise function that can interpolate between these values while ensuring accuracy at the defined points.
KingNothing
Messages
880
Reaction score
4
I am not sure if Multiple regression is what I want. I essentially have a function Y that is a function of three independent variables. I have a collection of points which have given Y-outputs.

So when given the inputs (1, 30, 60), Y = 5.
When given (1, 30, 210), Y=8.
When given (2, 70, 210), Y=30.

I need to write a function (I understand it will be piecewise) that does a linear interpolation with the inputs >> For example, I would like to model from the values above what Y is when given (1.5, 40, 85).

The trick is that my regressions MUST hit the given values. So when you plug (1, 30, 60) into my regression, it MUST give an output of 5. Can anyone tell me in words what exactly I am looking for here (mathematically)? Is multiple regression what I want?
 
Physics news on Phys.org
In other words, in any given scenario, I will have 16 given points, (each specified by four variables) and I need a regression which will fit the data exactly. I get the feeling that this would be a fourth-order polynomial multiple regression.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K