Is there a term for functions $f: x \in \mathbb{R}_{\geq 0} \to [0, 1] $ that have the following properties:
- Strictly monotony
- $f(0) = 0$
- $\lim_{x \to \infty} f(x) = 1$
Functions (found here) I think about are:
- $f(x)=1−1/exp(−x)$
- $f(x)=1−1/(1+x)$
The reason I'm asking is that I want to search for such functions but don't no what to search for. Therefore as a starting point it would help to know how functions with results between 0 and 1 are called.
Edit: as requested in the comments here my motivation why I could need functions with such properties. Consider I want to transform the repuation of Stackexchange users into a number between 0 and 1 (a "normalization" which allows me to compare this number) to some other number between 0 and 1 (eg the normalized number of badges). So 0 reputation should be 0; 10 reputation should be 0.1; 1000 reputation should be 0.5, 50K reputation should be 0.9; 1 million repuation should be 0.99, and so forth, but always < 1. If I used $f = log$ this would not bound the values to 1.