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
)
Public Function Predict (
x As Double
) As UncertainValue
public:
UncertainValue Predict(
double x
)
member Predict :
x : float -> UncertainValue
Parameters
- x
- Type: SystemDouble
The new value of x.
Return Value
Type:
UncertainValueThe value predicted by the model, with uncertainty.
See Also