|
FiniteDifferencesStepSizes Property
|
Gets or sets the relative step sizes used to approximate the derivatives. Default is 1e-2.
Namespace:
Accord.Math.Differentiation
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] StepSizes { get; }
Public ReadOnly Property StepSizes As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also