主要内容

SummaryStatistics

Summary statistics for response

    Description

    s = SummaryStatistics(model) returns summary statistics for the model or response.

    s = SummaryStatistics(model, Names) returns summary statistics specified by Names for the model or response in an array.

    Input Arguments

    collapse all

    Model whose summary statistics is being displayed, specified as a mbcmodel.model or mbcmodel.response object.

    Names of mbcmodel.model or mbcmodel.response objects, specified as a char array or a cell array of character vectors.

    Output Arguments

    collapse all

    Summary of statistics, returned as a structure with fields Statistics and Names.

    More About

    collapse all

    Version History

    Introduced before R2006a