Bootstrap estimate of non linear regression parameters
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!