MultiLinearRegressionResultPredict Method (Double) |
Computes the predicted value of y for the given inputs.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public UncertainValue Predict(
params double[] x
)
Public Function Predict (
ParamArray x As Double()
) As UncertainValue
public:
UncertainValue Predict(
... array<double>^ x
)
member Predict :
x : float[] -> UncertainValue
Parameters
- x
- Type: SystemDouble
The inputs, in the same order as the input data columns.
Return Value
Type:
UncertainValueThe predicted value, with uncertainty, of the output.
See Also