主要内容

nfactors

Confidence interval for model prediction

Description

N = nfactors(Model) evaluates the degrees of freedom of a model. Use the degrees of freedom to calculate a confidence interval for predictions.

[N,symbols,units] = nfactors(Model) 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.

Output Arguments

collapse all

Model input factors, returned as a scalar.

Model input factor symbols.

Model input factor units.

Version History

Introduced in R2010a