Click or drag to resize
Accord.NET (logo)

IterativeReweightedLeastSquares Constructor (GeneralizedLinearRegression)

Constructs a new Iterative Reweighted Least Squares.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IterativeReweightedLeastSquares(
	GeneralizedLinearRegression regression
)
Request Example View Source

Parameters

regression
Type: Accord.Statistics.Models.RegressionGeneralizedLinearRegression
The regression to estimate.
See Also