Contenido principal

PEVForTest

Local model predicted error variance for test

    Description

    P = PEVForTest(LOCALRESPONSE, TESTNUMBER, X) evaluates the local model predicted error variance (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 PEV of the model, specified as an array.

    Output Arguments

    collapse all

    Predicted error variance, returned as a vector with the same number of rows as X.

    Data Types: double

    Version History

    Introduced in R2006a

    See Also