System Identification Toolbox
  Go to function:
    Search    Help Desk 
pe    See Also

Compute the prediction errors associated with a model and a data set.

Syntax

e = pe(z,th)

Description

Matrix z is the output-input data set, z = [y u], and th is a model specified in theta format. e is returned containing the prediction errors that result when model th is applied to the data,


See Also

resid, theta

[ Previous | Help Desk | Next ]