To normalize values from a 60-80 range to a 0-14 range, follow these steps: Subtract the minimum of the original range (60) from each value to adjust the starting point to zero. Divide by the range width (difference between 80 and 60) to scale values to a 0-1 range. Multiply by the new range (0-14) to convert values into this target range.
A question? For example for ph soil 0 to 200 , i got range 60 to 80 , how to Normalize for range 0 to 14 ? ❤
To normalize values from a 60-80 range to a 0-14 range, follow these steps:
Subtract the minimum of the original range (60) from each value to adjust the starting point to zero.
Divide by the range width (difference between 80 and 60) to scale values to a 0-1 range.
Multiply by the new range (0-14) to convert values into this target range.
@@techhive.2023 so complex , I prefer to divide scale 10 , 89 > pH 8.9 is it correct?