主要内容

predint

Confidence interval for model prediction

Description

Interval = predint(Model,X,Level) evaluates the degrees of freedom of a model. Use the degrees of freedom to calculate a confidence interval for predictions.

Input Arguments

collapse all

Model, specified as an mbcmodel.model object.

Model inputs, provided as an (N-by-NF) array, where NF is the number of inputs and N the number of model evaluation points.

A level confidence interval of the predictions based on the predicted value.

Output Arguments

collapse all

Interval, returned as an (N-by-2) array, where N the number of model evaluation points. The first column of the array is the lower bound and the second column is the upper bound.

Version History

Introduced in R2010a