Click or drag to resize

NonlinearRegressionResultPredict Method

Predicts the value for a new x based on the fitted model.

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

Parameters

x
Type: SystemDouble
The value of the independent variable.

Return Value

Type: Double
The predicted value of the dependent variable.
See Also