polyconf
Polynomial confidence intervals
Description
evaluates the polynomial Y = polyconf(p,X)p at each point in X. The
argument p is a vector of length n+1 whose elements
are the coefficients (in descending powers) of an nth-degree polynomial:
The polynomial coefficients in p can be calculated by the polyfit function, but you can specify any vector for the coefficients.
[___] = polyconf(___,Name=Value) specifies
options using one or more name-value arguments in addition to any of the input argument
combinations in previous syntaxes. For example, you can specify the confidence level for
the confidence bounds.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced before R2006a



