How to find uncertainties in the coefficients of polyfit

Antworten (2)

Star Strider
Star Strider am 4 Jan. 2024

1 Stimme

An earlier version of my polyparci function already existed when this question originally posted. It calculates the confidence intervals on each parameter.
I just uploaded a significant upgrade to the original version that now additionally returns the probabilities for each parameter.
aneps
aneps am 24 Nov. 2014
Bearbeitet: aneps am 24 Nov. 2014
Try this:
[P,S,MU] = polyfit(x,y,N)
[y,DELTA] = polyval(P,x,S,MU) % this will give you the error

2 Kommentare

actually i need the uncertainty associated with the determination of coefficients, ie i need the uncertainty associated with m, of y=mx+c
I too am looking for an answer to this!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 24 Nov. 2014

Beantwortet:

am 4 Jan. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by