Predicts the value of the dependent variable based on the specified values of the independent
variables.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Predict ( _
independentValues As Double() _
) As Double |
| C++ |
|---|
public:
double Predict (
array<double>^ independentValues
) |
Parameters
- independentValues ()
- A Double array containing the values for the
independent variables.
Return Value
The value of the dependent variable predicted by the regression.
Exceptions