Click or drag to resize

MultiLinearRegressionResultPredict Method (IReadOnlyListDouble)

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(
	IReadOnlyList<double> x
)

Parameters

x
Type: System.Collections.GenericIReadOnlyListDouble
The new value of x.

Return Value

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