Bootstrap estimate of non linear regression parameters
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello I am trying to estimate the parameters of a non linear regression equation of the form:
Y = b0 + b1X1 + b2X2 + b3X1^2 + b4X2^2
I guess there are couple of ways to estimate the parameters b0-b4 using the matlab \ operator and the fminsearch algorithm. However I need to estimate these parameters using bootstrap sampling but I am having trouble doing that along with estimating the reliability information for the parameters like the p value and standard error. Any help would be much appreciated.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Linear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!