Use the calculated model to predict the response value, y, from the given value for the predictor variable.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override double Predict(
	DoubleVector z
)
Visual Basic (Declaration)
Public Overrides Function Predict ( _
	z As DoubleVector _
) As Double
Visual C++
public:
virtual double Predict(
	DoubleVector^ z
) override

Parameters

z
Type: CenterSpace.NMath.Core..::.DoubleVector
Predictor variable.

Return Value

Predicted response.

See Also