0

I would like to model a function for the S-curve in the S-Curve Plot. The line in the graph is $y=x$ and the range of the x-axis and y-axis are both (0,1). It seems to be an incomplete beta function or something else. A simpler form would be better. Any help would be appreciated!

  • I found a function $(Sin[(x - 0.5)\pi] + 1)0.5$ looks like close. But the intersection point is a little bit right side. It is best if I could control the location of the intersection point. – Tommy Zenth Jun 26 '21 at 08:36

1 Answers1

0

Take the cubic $y=x(x-\sqrt{2})\left(x-\frac{\sqrt{2}}{2}\right)$ and rotate the $X$-axis to $y=x$ (i.e., rotate the axes by $-45°$)

That would do I guess.

Sayan Dutta
  • 8,831