I have two values that sum to one in an arbitrary manner:
[.6 , .4] [-.2, 1.2] [1.9, -.9] etc...
How can I "normalize" these values so that they represent a percentage from 0-100%? What mathematical concepts should I be looking at to make this transform happen across all variations of the summation, and will it skew the relationship between my number?