MultiLinearRegressionResultCoefficientOf Method (Int32) |
Gets the coefficient of the input with the given index.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue CoefficientOf(
int k
)
Public Function CoefficientOf (
k As Integer
) As UncertainValue
public:
UncertainValue CoefficientOf(
int k
)
member CoefficientOf :
k : int -> UncertainValue
Parameters
- k
- Type: SystemInt32
The index of the input.
Return Value
Type:
UncertainValueThe best-fit value the coefficient, with uncertainty.
See Also