Learn R Programming

MLDS (version 0.1-5)

AutumnLab: Difference Scale Judgement Data Set

Description

Judgments and stimulus ranks for one observer during one session from a difference scaling experiment. On each trial, the observer is presented with 4 stimuli $(a, b, c, d)$ from a physical scale with $a < b < c < d$. The stimuli are presented as two pairs $(a, b)$ and $(c, d)$ and the observer judges between which pair the perceived difference is greater.

Usage

data(AutumnLab)

Arguments

Details

The difference scaling paradigm was used to estimate changes of image quality with increasing rate of image compression. Image compression was performed using Vector Quantisation and the standard L*a*b* color space. In the overall experiment, the compression was performed for several images and in several different color spaces. Scales were obtained from several observers, as well. These data are from one observer, for one image with compression performed in the L*a*b* color space. The 10 compression levels tested were 1 (no compression), and 6-30% reduction in file size in steps of 3. The physical stimulus levels are attached to the data.frame as an attribute, stimulus. There is also an attribute, invord, which is a vector of type logical of length 210, which can be used with SwapOrder to restore the order of the pairs to correspond to physical position (lower/upper) in the experiment, rather than the way it is stored, stimulus level (lower/higher compression).

References

Maloney, L. T. and Yang, J. N. (2003). Maximum likelihood difference scaling. Journal of Vision, 3(8):5, 573--585, http://journalofvision.org/3/8/5/, doi:10.1167/3.8.5. Knoblauch, K., Charrier, C., Cherifi, H., Yang, J. N. and Maloney, L. T. (1998) Difference scaling of image quality in compression-degraded images. Perception, 27 (Supplement), 174.

Examples

Run this code
data(AutumnLab)
plot(mlds(AutumnLab))

Run the code above in your browser using DataLab