Click or drag to resize
Accord.NET (logo)

FiniteDifferencesStepSize Property

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.

Namespace:  Accord.Math.Differentiation
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double StepSize { get; set; }
Request Example View Source

Property Value

Type: Double
See Also