Click or drag to resize

PolynomialRegressionResultPredict Method

Computes the predicted y at a new value of x.

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

Parameters

x
Type: SystemDouble
The new value of x.

Return Value

Type: UncertainValue
The value predicted by the model, with uncertainty.
See Also