need a suggestion/advice/inputs from the mathematicians here.
I have collected data of number of instructions/sec executed by a processor every second, number of loads/stores performed every second and stored the array of values in 2 files.
I also simultaneously collected data of the energy consumed every second by the entire computer and stored it in a file.
Assuming,
(eg :
INstructions/sec loads and stores/sec energy consumed by computer/sec 12344 2134124 234 345345 2342123 234 324525 4443214 345 345324 1432132 234 . . 132 . . 321 . .
[A] to be an array of number of instructions executed/sec every second
[B] is the array of loads and stores/sec every second, (
[C] is the array of energy values every second, how can i find an equation connecting A, B and C ?
Should I use curve fitting ? What is the approach I should employ? Eigen vectors ? I'm a bit out of touch with Mathematics since it's been quite long.
The equation can be of any form.. Not just [A]x + [B]y =[C]