The AnalysisFunctions type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
TwoParameterAsymptotic
Computes the asymptotic function, using the given vector of function parameters, at the specified point.

See Also