|  | IPLS2CalcPredict(DoubleVector) Method | 
            Use the calculated model to predict the response value, y, from 
            the given value of the predictor variable.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic abstract DoubleVector Predict(
	DoubleVector z
)
Public MustOverride Function Predict ( 
	z As DoubleVector
) As DoubleVector
public:
virtual DoubleVector^ Predict(
	DoubleVector^ z
) abstract
abstract Predict : 
        z : DoubleVector -> DoubleVector Parameters
- z  DoubleVector
- Predictor variable value.
Return Value
DoubleVectorPredicted dependent value.
 See Also
See Also