Click or drag to resize

LinearRegressionResult.Predict Method

Predicts the Y value at a new X value.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainValue Predict(
	double x
)

Parameters

x
Type: System.Double
The new X value.

Return Value

Type: UncertainValue
The predicted value of Y and its associated uncertainty.
See Also