How to do 4PL Logistic Regression



I am working on curve fitting a 4 parameters logistic regression
model.
Given a set of points (x, y) and calculate the 4 parameters.

The 4PL equation is

y = D + ( A - D ) / ( 1 + (x/c )^B)

To do the curve fit, what should I do? Or the method?

I already finished fitting a 2 parameters logistic model.

Thanks.
.



Relevant Pages

  • Curve fitting an image
    ... I'm looking to curve fit a greyscale image. ... fit toolbox looks like it only works in 1-D....what might be ... curve fitting that I throw at the problem. ...
    (comp.soft-sys.matlab)
  • Re: Deriving Mathematical Equation
    ... Are you looking for a curve fit? ... look up the curve fitting ... toolbox in the documentation. ...
    (comp.soft-sys.matlab)