MyFisher24

버전 2.0.0.0 (14.2 KB) 작성자: Giuseppe Cardillo
A very compact routine to compute Fisher's exact test on a 2x4 matrix
다운로드 수: 2.7K
업데이트 날짜: 2018/4/6

Fisher's exact test of 2x4 contingency tables permits calculation of precise probabilities in situation where, as a consequence of small cell frequencies, the much more rapid normal approximation and chi-square calculations are liable to be inaccurate. The Fisher's exact test involves the computations of several factorials to obtain the probability of the observed and each of the more extreme tables. Factorials growth quickly, so it's necessary use logarithms of factorials. This computations is very easy in Matlab because x!=gamma(x+1) and log(x!)=gammaln(x+1). This function is now fully vectorized to speed up the computation. Actually, the function also computes the mid-P correction to make the test less conservative.

인용 양식

Giuseppe Cardillo (2024). MyFisher24 (https://github.com/dnafinder/myfisher24), 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; table implementation; github link

1.5.0.0

Changes in description

1.4.0.0

Actually, the function also computes the mid-P correction to make the test less conservative.

1.3.0.0

Bug fixed after Jon comment

1.2.0.0

little improvements in tables enumeration

1.1.0.0

Changes in help section

1.0.0.0

Speeding up using gammaln function and vectorization

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.