이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
These routines create probability plots of the Richard's Curve and its derivative when given the minimum and maximum values of its 95% confidence interval parameters.
It assumes that the growth is contained within a calendar year and that the units of time are given in “decimal years”.
The code can be amended if the time units are different (see code for line number) but be aware that the scaling of the x-axis and the tick marks labels for the resulting figure still assume that the calculations were done in decimal years so those will need to be changed as well.
The first part of the routine introduces Richard's Curve, defines its parameters, prompts the user to input their values, and calculates a family of curves using the user input.
The second part of the routine will generate a matrix with a frequency analysis of of the matrix generated in the first part. It counts how many times does the value of the regression falls between two values at a given time of the year.
The third part of the routine plots the results. It uses the "Custom Colormap" routine by Martinez-Cagigal (2020) to create a colourblind-friendly colour map for the figure
References:
Víctor Martínez-Cagigal (2020). Custom Colormap (https://www.mathworks.com/matlabcentral/fileexchange/69470-custom-colormap), MATLAB Central File Exchange. Retrieved June 19, 2020.
인용 양식
Juan Estrella-Martínez (2026). Richard's Curve and Derivative Probability Plot (https://kr.mathworks.com/matlabcentral/fileexchange/77104-richard-s-curve-and-derivative-probability-plot), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Custom Colormap
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.2 | Fixed bug that calculated a lower number of family of curves. As a result, less iterations are needed to obtain a nice figure.
|
||
| 1.0.1 | 2020-06-19 6:40pm: A bug was found in the calculation of the family of curves. Working on a solution. |
||
| 1.0.0 |
