

use Statistics::QMethod::QuasiNormalDist;
my @dist = get_q_dist(50); # quasi normalo distribution for a 50
# item Q sample
Q methodology requires the generation of a quasi normal distribution in order to provide a ranking method for subjects in a Q sort. This module generates these for Q samples between 5 and 500 items long.

get_q_dist($N)
where N is the number of items in a q sample.

Stephenson, W. (1953). The study of behaviour: q.technique and its methodology. Chicago: University of Chicago Press.

Kieren Diment <zarquon@cpan.org>

This software can be redistributed under the same conditions as perl itself.