Click or drag to resize
Accord.NET (logo)

LowerBoundNewtonRaphsonParameterChange Property

Gets the vector of parameter updates in the last iteration.

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

Property Value

Type: Double
How much each parameter changed after the last update.
See Also