|
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
)
Public Function GetCoefficient (
index As Integer
) As Double
Request Example
View SourceParameters
- index
- Type: SystemInt32
Return Value
Type:
DoubleSee Also