I have a set of percentages {1%, 12.5%, 25%, 50%, 100%} I want to find a way to 'pull up' all of these percentages to be higher in a way that is more advanced than an average mean like ((x+100)/2)
What I would like to achieve is a result set more like: {5%,31.25%,50%,80%,100%} - ie: lower numbers are multiplied by a bigger factorial
I don't need this exact output - I just need a way to increase lower percentages more than higher ones