|
|
FiniteDifferences Properties |
The FiniteDifferences type exposes the following members.
| Name | Description | |
|---|---|---|
| Function |
Gets or sets the function to be differentiated.
| |
| NumberOfPoints |
Gets or sets the number of points to be used when
computing the approximation. Default is 3.
| |
| NumberOfVariables |
Gets the number of parameters expected by the Function to be differentiated.
| |
| Order |
Gets or sets the order of the partial derivatives to be
obtained. Default is 1 (computes the first derivative).
| |
| Points | Obsolete.
Obsolete. Please use NumberOfPoints instead.
| |
| StepSize |
Gets or sets the relative step size used to approximate the derivatives. Default is 1e-2.
Setting this property updates the step size for all parameters at once. To adjust only a
single parameter, please refer to StepSizes instead.
| |
| StepSizes |
Gets or sets the relative step sizes used to approximate the derivatives. Default is 1e-2.
|