I need to normalize a set of experiment results.
In every experiment I have one number befor the operation and one number after the operation - two values for every experiment.
The problem is that I have numbers that change from 1.4 to 3.2 and on another experimen I have numbers that change from 50 to 100..
How can I normalize these numbers so I could calculate the canges that my operations cause? Is dividing the number after in the number before enough?