Quick formulation of the problem:
Given two points: $(x_l, y_l)$ and $(x_u, y_u)$
with: $x_l < x_u$ and $y_l < y_u$,
and given lower asymptote=0 and higher asymptote=1,
what's the logistic function that passes through the two points?
Explanatory image:
Other details:
I'm given two points in the form of Pareto 90/10 (green in the example above) or 80/20 (blue in the example above), and I know that the upper bound is one and the lower bound is zero.
How do I get the formula of a sigmoid function (such as the logistic function) that has a lower asymptote on the left and higher asymptote on the right and passes via the two points?