Statistical Analysis of Experimental Paired-Comparison Data
Project description
Package PairedCompCalc implements probabilistic Bayesian analysis of Paired-Comparison data collected from psycho-physical experiments. Paired comparisons are used, for example, to evaluate the subjective sound quality of two or more different hearing aids or other sound-transmission instruments or algorithms, or other quality aspects of any multimedia presentations.
The analysis model estimates quality parameters numerically on an objective interval scale, although the raw input data are subjective and indicate only an ordinal ranking for each presented pair.
Paired-comparison Experiments
In a paired-comparison test procedure, each presentation includes exactly two test items, and the test participant indicates a binary or graded judgment about which of the two items is better in terms of the perceptual attribute being investigated. The perceptual attribute might be, for example, speech clarity, sound quality, or whatever is specified by the instructions to participants. The paired-comparison procedure can be applied even if the difference between tested systems is very subtle, even so small that the difference is hardly detectable at all.
Data can be collected either in controlled laboratory sessions, or by Ecological Momentary Assessment (EMA), where each subject evaluates the tested systems, e.g., hearing-aid programs, while using them normally in real life.
The package can analyse data from simple or quite complex experimental designs, including the following features:
-
The experiment must include two or more Test Systems (A, B, C, etc.). The analysis results will show quality parameters for all systems, but the first system will always be used as a reference with quality = 0, because the zero point on the scale is arbitrary.
-
One or more distinct Participant Groups may be included. The analysis will show systematic differences between groups.
-
One or more Perceptual Attributes may be evaluated. The analysis will show correlations between different attributes.
-
Response data may be collected in one or more distinct Test Conditions. Each test condition may be a combination of categories from one or more Test Factors. For example, one test factor may be Stimulus Type, with categories Speech, or Music. Another test factor may be, e.g., Background, with categories Quiet, or Weak Noise, or Loud Noise. The analysis will show quality differences between categories within each test factor.
-
The subjects' Responses may be either binary, e.g., B better than A, or include an ordinal magnitude label of the perceived difference, e.g., no difference, slightly better, or much better.
-
The analysis model does not require anything about the number of replicated judgments for each pair. Of course, the reliability is improved if there are many test participants, each giving many judgments for each pair of systems. The analysis estimates the statistical credibility of any observed quality differences, given the amount of collected data.
Package Documentation
General information is given in the package doc-string that may be accessed by command
help(PairedCompCalc)
.
Specific information about the organisation and accepted formats of input data files
is presented in the doc-string of module pc_data, accessible via help(PairedCompCalc.pc_data)
.
After running an analysis, the logging output briefly explains the analysis results presented in figures and tables.
Usage
-
Install the most recent package version:
python3 -m pip install --upgrade PairedCompCalc
-
Copy the template script
run_pc.py
, rename it, and edit the copy as suggested in the template, to specify- your experimental layout,
- the top input data directory,
- a directory where all output result files will be stored.
-
Run your edited script:
python3 run_my_pc.py
.
Requirements
This package requires Python 3.6 with Numpy, Scipy, and Matplotlib, as well as a support package samppy. The pip installer will check and install the required packages if needed.
References
A. Leijon, M. Dahlquist, and K. Smeds (2018). Bayesian analysis of paired-comparison sound quality ratings. Manuscript in preparation.
K. Smeds, F. Wolters, J. Larsson, P. Herrlin, and M. Dahlquist (2018). Ecological momentary assessments for evaluation of hearing-aid preference. J Acoust Soc Amer 143(3):1742–1742. download
M. Dahlquist and A. Leijon (2003). Paired-comparison rating of sound quality using MAP parameter estimation for data analysis. In First ISCA Tutorial and Research Workshop on Auditory Quality of Systems, Mont-Cenis, Germany. download
This Python package is a re-implementation and generalization of a similar MatLab package, developed by Arne Leijon for ORCA Europe, Widex A/S, Stockholm, Sweden. The MatLab development was financially supported by Widex A/S, Denmark.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for PairedCompCalc-0.8.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4c25ac14d032e3085954372b20eaecdfbdafd39b78bc6438e903e56fc007715 |
|
MD5 | 7a5b1e9ed777755c481a28db29bbe391 |
|
BLAKE2b-256 | 21c6580937e451208f522f59c79ff08978dcd4e6cdd067941e5522dd8ea75063 |