Parameter Error in Fitted Data
조회 수: 7 (최근 30일)
이전 댓글 표시
I have a set of experimental data (3 columns of x data(concentrations) and 3 columns of y data(time)). In addition, I have 3 differential equations that describe the x values. I was able to fit 11 parameters that show up in the differential equations using fminsearchbnd which minimized the square of the difference between the experimental and fit values. This yielded a good fit. Also, I was able to obtain the individual parameter values which I will call k(1), k(2), ...k(11). Is there a simple call or example that can determine the error in each parameter such that I can report my parameter values with standard error as k(1)+/-#, k(2)+/-#, etc for all my parameters? Thanks in advance. Danny
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!