I was working with one dataset and found the curve to be sigmoidal. i have fitted the curve and got the equation A2+((A1-A2)/1+exp((x-x0)/dx)) where:
- x0 : Mid point of the curve
- dx : slope of the curve
I need to find the slope and midpoint in order to give generalized equation. any suggestions?