Tagged Questions
2
votes
0answers
33 views
How to symmetrically adjust data by removing certain value
Say I have a data set in the following format:
{a:200, b: 100; c:400}
The sum of a, b and c equals 700. Now, I have another value which is supposed to be the actual total say 500.
How do I adjust ...