confidence intervals with lsqlin
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Jean-Yves
il 9 Lug 2014
Commentato: chen zhihua
il 11 Giu 2019
Hi all,
I'd like to know if a function exists that computes the intervals of confidence of the result of the lsqlin optimisation given the intervals of confidence of the input data.
Using the notations here (<http://www.mathworks.fr/fr/help/optim/ug/lsqlin.html)>, I'm basically looking for confidence intervals of x components given the confidence intervals of d components.
Thanks in advance for your advice!
0 Commenti
Risposta accettata
Shashank Prasanna
il 9 Lug 2014
Modificato: Shashank Prasanna
il 9 Lug 2014
If you have constraints (looks like you do since you use lsqlin) then you will have to explore bootstrapping methods to estimate confidence intervals in the presence of constraints.
If you simply have bound constraints then you can transform your data as explained here:
If you do not have constraints or bounds, simply use fitlm which give you all the information you may need to assess your fit:
4 Commenti
Rohan Kulkarni
il 14 Nov 2018
Same here! could someone please explai how bootci could be applied to our cases?
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!