logist3 {forsearch} | R Documentation |
Three Parameter Logistic
Description
Calculates three parameter logistic function
Usage
logist3(x, a, b, c)
Arguments
x |
Independent variable |
a |
First parameter. See details |
b |
Second parameter |
c |
Third parameter |
Details
Calculates y = a/(1 + xx), where xx = exp(-(x - b)/c)
Value
Numerical output of the function described in details
Author(s)
William R. Fairweather
[Package forsearch version 6.4.0 Index]