I have a variable x that accepts a range of values from 0 – 500.
I want to represdnt this variable’s value in a new variable xScaled that accepts a range of 0 – 1.
Example:
Given x = 292 what is the relative value of xScaled and how can this be calculated?
Thanks
Just divide by 500: