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 Center および MATLAB AnswersEnvironmental 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