Hey. Recently been trying to figure out ways to increase a set of percentages above its average and decrease percentages below it, with a variable (X) influencing how drastically it changes. With the help of GPT got up to here:
Pi + (Pi - Avg) * X * e^(-λ x PI)
Pi = Specific Percentage
Avg = Avg of all Percentages
X = ∞>0
λ = Rate of exponential change
For the most part it is okay. My main problem atm is trying to figure out what to consistently make λ to make it so the new percentages always still equal to 100% and so no negative numbers are made. As in what formula to make it to ensure it’s always at the right value.