メインコンテンツ

OutlierIndices

Indices of input data for response marked as outliers

    Description

    indices = OutlierIndices(R) returns indices of the input data for the response specified by R that are marked as outliers.

    Note

    Use the DoubleInputData function to get the input data matrix

    Input Arguments

    collapse all

    Response, specified as an mbcmodel.response object.

    Output Arguments

    collapse all

    Indices of input data, specified as an array of integers between 1 and the number of rows in DoubleResponseData.

    Version History

    Introduced in R2006a