Class AnalysisFunctions provides common generalized functions for NMath Analysis.
The AnalysisFunctions..::.TwoParameterAsymptoticFtn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnalysisFunctions..::.TwoParameterAsymptoticFtn | Initializes a new instance of the AnalysisFunctions..::.TwoParameterAsymptoticFtn class |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of the base. Deriving classes must override this method.
(Inherited from DoubleParameterizedFunction.) | |
| Equals | (Inherited from Object.) | |
| Evaluate | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GradientWithRespectToParams |
Method for calculating the gradient with respect to the parameters while keeping x
fixed at the specified value.
(Overrides DoubleParameterizedFunction..::.GradientWithRespectToParams(DoubleVector, Double, DoubleVector%).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CentralDifferenceDelta |
Gets and sets the delta used in the centeral difference method for
approximating the gradient with respect to the parameters.
(Inherited from DoubleParameterizedFunction.) |