Developing a multivariable function

AI Thread Summary
To develop a multivariable function for the dependent variable "x," which is influenced by six independent variables (a, b, c, d, e, f, g), the user has created individual functions showing how "x" changes with each parameter while keeping the others constant. The goal is to consolidate these into a single function x = f(a, b, c, d, e, f, g) without fixed values for any variables. Multivariable regression is recommended as an effective method for achieving this, and using software can simplify the process significantly. Resources for multiple linear regression modeling are available online for further guidance. This approach will help in accurately modeling the relationship between the variables.
margaritaklag
Messages
1
Reaction score
0
Homework Statement
Development of multivariable function
Relevant Equations
-
Hello! I am facing a difficulty into developing a multivariable function of a dependent variable "x".

Let's assume that "x" is a function of 6 independent variables a,b,c,d,e,f,g.

From experimental data i have developed 6 functions, each representing how "x" changes by each of the paremeters when the other 5 have a specific value.

So, what i have right now is for example: 1. x=f1(a,1,2,3,4,5)
2.x=f2(6,b,7,8,9,10)
3. x=f3(11,12,c,13,14,15)
...
6.x=f6(16,17,18,19,20,g)

What I need is to develop one single function of x where non of the variables will have a constant value.
x=f(a,b,c,d,e,f,g).

Any ideas or recommendations for where to look?

Thank you!
 
Physics news on Phys.org

Similar threads

Back
Top