Fligner-Killeen Tests

Version 1.0.2 (5.46 KB) by ArchNW
Fligner-Killeen tests based on Conover, Johnson, & Johnson (1981) and Donnelly & Kramer (1999).
24 Downloads
Updated 17 Mar 2021

View License

function: [out1, out2, out3, out4] = FK_DK_Con(a,x)

The Fligner-Killeen test is a non-parametric test of homogeneity of variance between groups. This function takes a two column matrix (one of group id numbers for individual cases, a second of case values) and performs Fligner-Killeen tests based on modifications of Conover et al. and Donnelly & Kramer. Names may be assigned to groups. Cell matrices are produced containing test results and basic summary statistics. A figure with coefficients of variation and bootstrap ci's is also produced.

Inputs: a - matrix containing group numbers and case values; x (optional) - cell array of group names.

Output: four cell matrices - 1) summary statistics, 2) Donnelly-Kramer results, 3) Conover et al. results based on median, and 4) Conover et al. version based on mean.

Cite As

Gardner-O'Kearny, William (2020). Fligner-Killeen Tests (https://www.mathworks.com/matlabcentral/fileexchange/74332), MATLAB Central File Exchange. Retrieved February 24, 2020.

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.2

Minor cosmetic change in output tables.

1.0.1

Change to documentation.

1.0.0