Click or drag to resize
Accord.NET (logo)

LowerBoundNewtonRaphsonMaximumChange Property

Gets the maximum parameter change in the last iteration. If this value is less than Tolerance, the algorithm has converged.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double MaximumChange { get; }
Request Example View Source

Property Value

Type: Double
See Also