Generation of unique normalized and weight value from a set with different number of elements
To generate a specific formula for my research, I need to define some steps, and for this, I need to take a group of elements, specifically, three elements and have as return a single normalized value.
For example:
. These elements can range from zero to values greater than one million.
I tried to use fnorm and calculated the arithmetic mean for the group of elements, but the representation of the result does not agree with what I would like.
Comparing two sets of these elements, for example:
When I apply fnorm and the arithmetic mean of the values, I get the final result and .
These results are not complete for me, because even though they are normalized, the elements of f1 are greater than f2. Therefore, I need f1 to be more representative, have greater weight than f2. Another point is that if there is a value 0 within the group, it cannot zero the whole result the other different elements of zero are relevant to the outcome.