主要内容

Evaluate

Evaluate response features

    Description

    RFvalues = Evaluate(RF) evaluates response features.

    [RFvalues,StdErr] = Evaluate(RF) returns the standard errors for the response features for the current local model. The local model must be fitted before evaluating response features.

    Input Arguments

    collapse all

    Response feature, specified as an mbcmodel.responsefeatures object.

    Output Arguments

    collapse all

    Response feature values, specified as a matrix.

    Standard errors for the response features for the current local model.

    Version History

    Introduced in R2006a