Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
See Also