Predict the responses for a set of predictor values.

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

Syntax

C#
public DoubleVector Predict(
	DoubleMatrix Z
)
Visual Basic (Declaration)
Public Function Predict ( _
	Z As DoubleMatrix _
) As DoubleVector
Visual C++
public:
DoubleVector^ Predict(
	DoubleMatrix^ Z
)

Parameters

Z
Type: CenterSpace.NMath.Core..::.DoubleMatrix
Matrix of predictor values, one in each row.

Return Value

Vector of predicted response values, one in each row.

See Also