Nonlinear Regression Model.Predict Method
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Predict( | Predicts the value of the dependent variable based on the specified value of the independent variable. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict(Double)
Predicts the value of the dependent variable based on the specified value of the independent
variable.
public double Predict(
double independentValue
)
Parameters
- independentValue Double
- The value for the independent variables.
Return Value
DoubleThe value of the dependent variable predicted by the regression.
Exceptions
InvalidOperationException | The model was not computed. |