Trimmed Spearman-Karber method.

버전 1.5.0.0 (6.52 KB) 작성자: Brenton Stone
This function analyzes a dose-response curve using the Trimmed Spearman-Karber method.
다운로드 수: 2.2K
업데이트 날짜: 2011/3/25

라이선스 보기

The MATLAB function in TSK.m analyzes a dose-response curve and calculates the median dose (for instance, the lethal dose for 50% of the population (LD50)) using the Trimmed Spearman-Karber method. This is an alternative to dose-response analysis methods such as probit and logit methods. It does not require glmfit or the stats toolbox.

All calculations in this code are based on the method from Hamilton, M.A.; Russo, R.C.; Thurston, R.V. Trimmed Spearman-Karber Method for Estimating Median Lethal Concentrations in Toxicity Bioassays. Enviro. Sci. Tech. 1977, 11 (7), 714-719: http://dx.doi.org/10.1021/es60130a004. See also ibid, 1978, 12 (4), 417: http://dx.doi.org/10.1021/es60140a017.

This code was validated using the data given in Hamilton et al. (1977) and the example given in the documentation for the EPA's DOS program to perform the Spearman-Karber method. (Note that the confidence intervals given in Hamilton et al. (1977) are incorrect, as per Hamilton et al. (1978).) This code replicates the EPA program's results. Hamilton's test cases are provided in TSKTest.m.

인용 양식

Brenton Stone (2024). Trimmed Spearman-Karber method. (https://www.mathworks.com/matlabcentral/fileexchange/28479-trimmed-spearman-karber-method), MATLAB Central File Exchange. 검색됨 .

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

받음: HERRORBAR

Community Treasure Hunt

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

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

bug fixes

1.4.0.0

adding BSD organization clause

1.3.0.0

text editing, adding URLs: no changes to code

1.0.0.0