Skip to content

zheguang/macau

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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