Inverted Parabola: Making the median be the highest rank

For x as a factor: in a node -(x - median(x))^2 or Frank(-(x - median(x))^2)

You can replace median() with mean() or any raw number to make it be the highest rank.

4 Likes

Median requires x1,x2...xN. How can you use this with a simple growth factor?