Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionGetCoefficient Method

Gets 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 double GetCoefficient(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32

Return Value

Type: Double
See Also