主要内容

pev

Predicted error variance of model at specified inputs

Description

p = pev(model,X) calculates the Predicated Error Variance at X. If X is not specified, then PEV is calculated using the existing input values.

Input Arguments

collapse all

Model whose Predicated Error Variance is being computed, specified as an mbcmodel.model object.

Input values where PEV of the model is evaluated, specified as an array. For a local response, the predicted value uses the hierarchical model.

Note

For mbcmodel.model and mbcmodel.response objects input X is optional.

Output Arguments

collapse all

Predicted error variance values, returned as an array.

More About

collapse all

Version History

Introduced before R2006a