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
)
Public Function Predict (
x As Double
) As Double
public:
double Predict(
double x
)
member Predict :
x : float -> float
Parameters
- x
- Type: SystemDouble
The value of the independent variable.
Return Value
Type:
DoubleThe predicted value of the dependent variable.
See Also