Bootstrap estimate of non linear regression parameters
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Linear Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!