Click or drag to resize

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
)

Parameters

k
Type: SystemInt32
The index of the input.

Return Value

Type: UncertainValue
The best-fit value the coefficient, with uncertainty.
See Also