The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Statistics::QMethod::QuasiNormalDist

SUMMARY

    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.

EXPORTS

    get_q_dist($N)

where N is the number of items in a q sample.

REFERENCES

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

Author

Kieren Diment <zarquon@cpan.org>

LICENSE

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