|
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
)
Public Sub SetCoefficient (
index As Integer,
value As Double
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
- value
- Type: SystemDouble
See Also