Nonlinear
            
            Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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
| Invalid | The model was not computed. |