主要内容

PredictedValueForTest

Predicted values for test

    Description

    Y = PredictedValueForTest(LOCALRESPONSE, TESTNUMBER, X) evaluates the local model predicted error value (PEV) for the test TESTNUMBER based on the inputs specified in X.

    Input Arguments

    collapse all

    Local response, specified as an mbcmodel.localresponse object.

    Test number, specified as a real positive integer.

    Inputs to evaluate the output of the model, specified as an array.

    Note

    This array must have one column per input.

    Output Arguments

    collapse all

    Predicted values for a test, returned as a vector with the same number of rows as X.

    Data Types: double

    Version History

    Introduced in R2006a