[p,S] = polyfit(x,y,n); how to get S manually
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sharah
il 17 Gen 2017
Risposto: Jonathan Kwang
il 24 Gen 2017
I am trying to get the value of S same as the output from polyfit so that I can calculate the value of confidence interval using the polyconf function
My problem is I am not using the polyfit function, instead I use my own regression function (Total Least Square) instead of OLS. Can somebody show me how to get the S manually?
0 Commenti
Risposta accettata
Jonathan Kwang
il 24 Gen 2017
You can view the code for the polyfit function by typing the following in the MATLAB command window: >> edit polyfit
Then by viewing how "S" is created you can try to copy or adapt this code to fit your use.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!