Related Experiment Video
Updated: Jul 13, 2026

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
Resampling permutation probability values for six measures of qualitative variation.
Janis E Johnston1, Kenneth J Berry, Paul W Mielke
1Department of Sociology, Colorado State University, Fort Collins, CO 80523-1784, USA. janisj@lamar.colostate.edu
Perceptual and Motor Skills
|August 11, 2007
Summary
This study introduces a FORTRAN program for calculating six common measures of ordinal association, including Kendall
Area of Science:
- Statistics
- Data Analysis
Background:
- Ordinal association measures are crucial for analyzing ranked data.
- Existing methods for calculating these statistics can be complex.
Purpose of the Study:
- To provide a unified algorithm and FORTRAN program for six common ordinal association measures.
- To facilitate the computation and interpretation of these statistics in research.
Main Methods:
- Developed a FORTRAN program implementing an algorithm for six ordinal association measures.
- Included functionalities for reporting observed data, test statistics, and resampling probabilities.
- The program calculates Kendall's taua and taub, Stuart's tauc, Goodman and Kruskal's gamma, and Somers' dyx and dxy.
Main Results:
- The program, named ROMA, successfully computes the six specified ordinal association statistics.
- ROMA provides associated resampling upper- and lower-tail probability values for each statistic.
- The observed data table is also reported by the program.
Conclusions:
- The provided algorithm and FORTRAN program offer a convenient tool for researchers.
- ROMA enables efficient calculation and statistical assessment of ordinal association measures.
- This tool aids in the analysis of ranked data across various scientific disciplines.
Related Concept Videos
Statistical Analysis: Overview
When we take repeated measurements on the same or replicated samples, we will observe inconsistencies in the magnitude. These inconsistencies are called errors. To categorize and characterize these results and their errors, the researcher can use statistical analysis to determine the quality of the measurements and/or suitability of the methods.
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
Variability: Analysis
Measures of variability are statistical metrics that reveal the dispersion pattern within a dataset. They are pivotal in biostatistics, providing insights into the heterogeneity within health and biological data. Variability signifies the degree to which data points diverge from one another, helping researchers understand the potential range of values and associated uncertainty within the data.
The range is a simple measure of variability, indicating the difference between the highest and...
The range is a simple measure of variability, indicating the difference between the highest and...
Unusual Results
Unusual results are those that have a very low chance of occurring. Unusual results can be identified using probabilities and the range rule of thumb. In problems involving probability, unusual results can be observed in 2 instances – an unusually high number of successes or an unusually low number of successes.
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value = μ + 2σ
Minimum unusual value...
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value = μ + 2σ
Minimum unusual value...
Sampling Distribution
Given simple random samples of size n from a given population with a measured characteristic such as mean, proportion, or standard deviation for each sample, the probability distribution of all the measured characteristics is called a sampling distribution. How much the statistic varies from one sample to another is known as the sampling variability of a statistic. You typically measure the sampling variability of a statistic by its standard error. The standard error of the mean is an example...
What is Variation?
Apart from the measures of central tendency, distribution, outliers, and the changing characteristics of data with time, an important characteristic of any data set is its variation or spread. In some data sets, the data values are concentrated closely near the mean; in others, the data values are more widely spread out from the mean.
The range, standard deviation, standard error, and variance are the different measures of variation.
Range: The range is the difference between its maximum and...
The range, standard deviation, standard error, and variance are the different measures of variation.
Range: The range is the difference between its maximum and...
Review and Preview
In statistics, several tools are used to interpret the data. Measures of central tendency represent the characteristics of the data, such as mean, median, and mode. Additionally, measures of variance like standard deviation and range are used to find the spread of data from the mean. Relative standing measures the distance between data locations. Commonly used measures of relative standings are percentile, z score, and quartiles.
Percentiles are a type of fractile that partition data into...
Percentiles are a type of fractile that partition data into...

