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