If I have a function:
y = 2a + 5b + c
It can be easily seen that b is the most important parameter, next a and last c.
More explaination:
Let`s say we have a function $f(a,b,c,\dots,z)$. It doesn't matter what is the body of the function, but we consider only basic mathematical functions.
And the question is:
How fast does $f(a,b,c,\dots,z)$ grow, when $a$ argument is growing?
How fast does $f(a,b,c,\dots,z)$ grows, when $b$ argument is growing?
It's easy to rate arguments when we do it manually, we know how different functions grow and we can pick the most important argument easily (in finite time).
Is there any automatic method to rate it?
candbeach change a little, thenyis affected by the change inbmore than it is affected by the change inc. – Timothy Wofford Oct 25 '13 at 13:02Sin[a] Exp[b] + c^100. Usuallybdominates the growth, but not whenSin[a]is zero. That's ignoring the independence of the variablesbandc, which is another big issue. – Michael E2 Oct 25 '13 at 13:18