polyparci

POLYPARCI calculates confidence intervals for parameters estimated by ‘polyfit’.

3.6K Downloads

Updated 18 Feb 2014

View License

POLYPARCI uses the procedures outlined in the ‘polyfit’ documentation to calculate the covariance matrix, and uses ‘betainc’ and ‘fzero’ to calculate the cumulative t-distribution and the inverse t-distribution for a given probability and degrees-of-freedom. It uses only core MATLAB functions and does not require the Statistics Toolbox.
The t-distribution and t-statistic calculations have a relative error of about 1E-012 compared to the Statistics Toolbox functions ‘tcdf’ and ‘tinv’. The relative error of the confidence intervals is about 1E-005 compared to those calculated by ‘nlinfit’ and ‘nlparci’ with the same model on the same data.

Cite As

Star Strider (2023). polyparci (https://www.mathworks.com/matlabcentral/fileexchange/39126-polyparci), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Update 02 2014 — Now works with 2013b. Corrected typo. Added internal documentation. Inverted CI output matrix to 2xN so columns correspond to elements in 1xN parameter vector returned by polyfit.

1.0.0.0