komanawa.simple_farm_model.s_curve_explore#
created matt_dumont on: 7/3/24
Functions#
|
S-curve function |
Module Contents#
- s_curve(x, s, a, b, c)[source]#
S-curve function :param x: x value :param s: scale - the maximum value of the curve (if s=1, the maximum value is 1) :param a: steepness - smoothing parameter as a increases the curve becomes steeper and the inflection point moves to the right :param b: steepness about the inflection point :param c: inflection point (if a=1, c is the x value at which y=0.5) :return: