I look for a "nice" function to map values from the input range $[0, 1]$ to output values in the same range $[0, 1]$, with the ability to tune a parameter $p$ to "bend" the function upwards away from $f(x)=x$.
A simple power function fits this requirment $f(x) = x^p$. When $p=1$ the function is not "bent upwards". Shown here with $p=0.3$:
I would prefer a function which is symetric with respect to the $(0,1):(1,0)$ $(f(x)=1-x)$ axis. For this, $f(x)=\sqrt{x (2-x)}$ comes to mind, but this lacks a tunable parameter.
Can you recommend one or several functions from $[0, 1]\to[0, 1]$ with a tunable parameter as described above?


