Skip to content
/ macau Public

Investigating the Effect of the Multiple Comparison Problem in Visual Analysis, CHI 2018

License

Notifications You must be signed in to change notification settings

zheguang/macau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macau

Macau is one of the tools used in [1].

Macau consists of two parts, the data generation and the statitical hypothesis testing.

Data generation

To generate data, use data_generator.py script. Use -h to see usage.

Hypothesis testing

macau.py uses resampling to compute test statistics and p-values.

Usage:

python3 macau.py <data_path> <permutations> <hypotheses_path>

The data_path is a data file output by data_generator.
The permutations is number of permutations.
The hypotheses_path is a file containing hypotheses that are formatted using the encoding scheme intoduced in [1].

Reference

[1] Zgraggen, Zhao, Zeleznik and Kraska, Investigating the Effect of the Multiple Comparison Problem in Visual Analysis, CHI 2018.

About

Investigating the Effect of the Multiple Comparison Problem in Visual Analysis, CHI 2018

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages