The AnalysisFunctions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FiveParameterLogistic |
Computes the 5-parameter logistic (5PL) function, using the given vector of function parameters,
at the specified point.
| |
| FourParameterLogistic |
Computes the 4-parameter logistic (4PL) function, using the given vector of function parameters,
at the specified point.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ThreeParameterExponential |
Computes the exponential function, using the given vector of function parameters,
at the specified point.
| |
| ThreeParameterSine |
Computes the sine function, using the given vector of function parameters,
at the specified point.
| |
| ToString | (Inherited from Object.) | |
| TwoParameterAsymptotic |
Computes the asymptotic function, using the given vector of function parameters, at the specified point.
|