Multiple curve fitting with common parameters using NLINFIT

버전 1.1.0.0 (5.21 KB) 작성자: Chen
Wrapper for NLINFIT which allows simultaneous fitting for multiple data sets with shared parameters.
다운로드 수: 3.9K
업데이트 날짜: 2016/4/20

라이선스 보기

This function allows you to simultaneously fit multiple data sets (for example noisy measurements) with multiple models, which share some (or all) of the fitting parameters.
Unlike difference approaches using fminsearch (or similar functions), this submission wraps around NLINFIT and thus allows immediate estimation of confidence intervals on data predictions and fitted parameters.

인용 양식

Chen (2024). Multiple curve fitting with common parameters using NLINFIT (https://www.mathworks.com/matlabcentral/fileexchange/40613-multiple-curve-fitting-with-common-parameters-using-nlinfit), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Regression에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Updated: 1) Allow use to specify a cell array of weights vectors/functions, similarly to NLINFIT itself. 2) When a weights cell array is not provided by the user, the NLINMULTIFIT will create one by itself to give equal weight to all data sets.
Updated: 1) Allow use to specify a cell array of weights vectors/functions, similarly to NLINFIT itself. 2) When a weights cell array is not provided by the user, the NLINMULTIFIT will create one by itself to give equal weight to all data sets.

1.0.0.0