Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionSetCoefficient Method

Sets a coefficient value, where 0 is the intercept term and the other coefficients are indexed starting at 1.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void SetCoefficient(
	int index,
	double value
)
Request Example View Source

Parameters

index
Type: SystemInt32
value
Type: SystemDouble
See Also