MultiLinearRegressionResultCoefficientOf Method (String) |
Gets the coefficient of the input with the given name.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue CoefficientOf(
string name
)
Public Function CoefficientOf (
name As String
) As UncertainValue
public:
UncertainValue CoefficientOf(
String^ name
)
member CoefficientOf :
name : string -> UncertainValue
Parameters
- name
- Type: SystemString
The name of the input column.
Return Value
Type:
UncertainValueThe best-fit value the coefficient, with uncertainty.
See Also