I have some data that has to be analized/predicted.
There are 2 numbers : 1.3 0.9 for ex.
For each of those sets(1 set=2 numbers) I have another 10 values like: 100 89 55 ..etc Those value are produced by some formulas named A B C D ..etc
I want to find ,for a given set(2 numbers), which 3(three) of the A B C D..etc, formulas would give me the highest values.
To be more explicit- here is the input
A B C D .....
1.2 2.3 100 89 55 123
2.3 4.3 33 44 223 4
.
.
.
..and now I want to predict/analize which of the A B C D..etc would give me the highest number if the input is 3.2 0.9
Any idea how to attack this problem?
There are 2 numbers : 1.3 0.9 for ex.
For each of those sets(1 set=2 numbers) I have another 10 values like: 100 89 55 ..etc Those value are produced by some formulas named A B C D ..etc
I want to find ,for a given set(2 numbers), which 3(three) of the A B C D..etc, formulas would give me the highest values.
To be more explicit- here is the input
A B C D .....
1.2 2.3 100 89 55 123
2.3 4.3 33 44 223 4
.
.
.
..and now I want to predict/analize which of the A B C D..etc would give me the highest number if the input is 3.2 0.9
Any idea how to attack this problem?