Hi,
I'm analysing a dataset containg XY data and I would like to fit a curve to my data.
My intention is to model the response of Y as a function of X. The function I'm looking for should have the following characteristics:
- The y value should be bounded between a minimun (0) and a maximum value (100)
- decreasing function with high Y values at low X value
- an inflection point where the function decreases slower until reaching an horizontal asymptote.
I'm intersted in estimating two important parameters: the asymptote and the inflection point
The function should be similar a sigmoid function (e.g. Weibull model which allows to estimate the asymptote, the scale (inflection point) and the shape (the growth rate) of the curve) but with a decreasing trend (as opposed to a sigmoidal function).
Thank you!