Answer the question
In order to leave comments, you need to log in
How to return the original (original) form of normalized data?
There is a data normalization formula:
y = (((x - xMin) * (dMax - dMin)) / (xMax - xMin)) + dMin;
Answer the question
In order to leave comments, you need to log in
I thought everything was much more complicated, but it turned out that this is mathematics not even in grades 7-8, but somewhere around 5-6, here are examples .
It's a shame.
Formula
x = (((y - dMin) * (xMax - xMin)) / (dMax - dMin)) + xMin;
Elementary mathematics (class seventh or eighth) tells us that if xMin, xMax, dMin and dMax are known, then it is possible to restore x from the value of y. The formula is obtained in an elementary way.
If not (well, for example, you "lost" xMin and xMax), then recovery is impossible.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question