fitVirusCV19varW (Variable weight fitting of SIR Model)

버전 1.0.2 (11.3 KB) 작성자: Lateef Adewale Kareem
Estimation of coronavirus COVID-19 epidemic evaluation by the SIR model, Code receives and plots most recent data from HDX.
다운로드 수: 101
업데이트 날짜: 2020/4/12

라이선스 보기

This code will retrieve recent data from the HDX and attempt to fit it to a SIR model using structure created by Milan Batista (https://www.mathworks.com/matlabcentral/fileexchange/74658-fitviruscovid19?s_tid=prof_contriblnk). The model is data-driven, so its forecast is as good as data are.

This model gives more weight to the most recent data so that the most recent behaviours of people such as social distancing, stay at home and personal hygiene quickly reflect in the fitted SIR model parameters.

Also, it is assumed that the model is a reasonable description of the one-stage epidemic.

Results are saved in structure res (see function fiVirusCV19 header). Optionally the results may be printed by:

fitVirusCV19varW(“Italy",'prn','on')

The plot may be enabled or disabled via (default is on):
fitVirusCV19varW(“Italy",'plt','off')

인용 양식

Lateef Adewale Kareem (2024). fitVirusCV19varW (Variable weight fitting of SIR Model) (https://www.mathworks.com/matlabcentral/fileexchange/74977-fitviruscv19varw-variable-weight-fitting-of-sir-model), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

change image

1.0.1

acknowledged the use of fminsearchbnd by John D'Errico

1.0.0