Sequential Analysis

버전 2.0.0.0 (179 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 리포지토리로 가십시오.