主要内容

ValidationRMSE

Calculates the validation RMSE for model data

    Description

    s = ValidationRMSE(model,X,Y) calculates the root mean squared error (RMSE) of a validation set.

    Input Arguments

    collapse all

    Model whose root mean squared error is being computed, specified as a mbcmodel.model object.

    Validation data to calculate RMSE, specified as a table object or numeric array.

    Output Arguments

    collapse all

    Root mean squared error of the model compared to the validation set.

    More About

    collapse all

    Version History

    Introduced in R2019a