The AnalysisFunctions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnalysisFunctions | Initializes a new instance of the AnalysisFunctions class |
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.
|
Fields
| Name | Description | |
|---|---|---|
| FiveParameterLogisticFunction |
Delegate wrapping the AnalysisFunctions.FiveParameterLogistic() function.
| |
| FiveParameterLogisticPartialDerivatives |
Array of delegates representing the partial derivates with respect to each parameter for the
AnalysisFunctions.FiveParameterLogistic() function.
| |
| FourParameterLogisticFunction |
Delegate wrapping the AnalysisFunctions.FourParameterLogistic() function.
| |
| FourParameterLogisticPartialDerivatives |
Array of delegates representing the partial derivates with respect to each parameter for the
AnalysisFunctions.FourParameterLogistic() function.
| |
| ThreeParameterExponentialFunction |
Delegate wrapping the AnalysisFunctions.ThreeParameterExponential() function.
| |
| ThreeParameterExponentialPartialDerivatives |
Array of delegates representing the partial derivates with respect to each parameter for the
AnalysisFunctions.ThreeParameterExponential() function.
| |
| ThreeParameterSineFunction |
Delegate wrapping the AnalysisFunctions.ThreeParameterSine() function.
| |
| ThreeParameterSinePartialDerivatives |
Array of delegates representing the partial derivates with respect to each parameter for the
AnalysisFunctions.ThreeParameterSine() function.
| |
| TwoParameterAsymptoticFunction |
Delegate wrapping the AnalysisFunctions.TwoParameterAsymptotic() function.
| |
| TwoParameterAsymptoticPartialDerivatives |
Array of delegates representing the partial derivates with respect to each parameter for the
AnalysisFunctions.TwoParameterAsymptotic() function.
|