Sequential Analysis

版本 2.0.0.0 (179.3 KB) 作者: Giuseppe Cardillo
Perform a sequential analysis to test two conditions.
1.9K 次下载
更新时间 2018/3/16

In statistics, sequential analysis or sequential hypothesis testing is statistical analysis where the sample size is not fixed in advance. Instead data is evaluated as it is collected, and further sampling is stopped in accordance with a pre-defined stopping rule as soon as significant results are observed. Thus a conclusion may sometimes be reached at a much earlier stage than would be possible with more classical hypothesis testing or estimation, at consequently lower financial and/or human cost. I. Bross, Sequential medical plans. Biometrics. 1952; 8:186
Syntax: seqanalysis(x)

Inputs: X - Nx2 data matrix Outputs:

Sequential analysis plots

Example: During a sperimentation between two terapies, two drugs A and B were administered to patients couples (one received A, the other B). A positive result in a patient by the drug is indicated by 1; a negative result by 0. Result are resumed in this table:

Couple A B Note 1 1 1 Non informative 2 1 0 All for A 3 0 0 Non informative 4 1 0 All for A 5 1 0 All for A 6 1 1 Non informative 7 0 1 All for B 8 1 1 Non informative 9 1 0 All for A 10 1 0 All for A 11 1 0 All for A 12 1 1 Non informative 13 1 0 All for A 14 0 1 All for B 15 0 0 Non informative 16 1 0 All for A 17 1 0 All for A 18 1 0 All for A 19 1 1 Non informative 20 1 0 All for A

The algorithm will discard all non informative couple; then, it will start to move along the chart. If it goes out the twilight zone, the sperimental plan can be stopped and non more couple will be required. To test the function with these data: x=[1 1; 1 0; 0 0; 1 0; 1 0; 1 1; 0 1; 1 1; 1 0; 1 0; 1 0; 1 1; 1 0; 0 1; 0 0; 1 0; 1 0; 1 0; 1 1; 1 0]; seqanalysis(x)

Created by Giuseppe Cardillo
giuseppe.cardillo-edta@poste.it

To cite this file, this would be an appropriate format: Cardillo G. (2008) Sequential analysis test. http://www.mathworks.com/matlabcentral/fileexchange/22204

引用格式

Giuseppe Cardillo (2024). Sequential Analysis (https://github.com/dnafinder/seqanalysis), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hypothesis Tests 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
2.0.0.0

inputparser and github link

1.2.0.0

Changes in description

1.1.0.0

changes in help section

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库