Introduction
Much of what is considered nonparametric statistics is included in other chapters. Topics of possible interest in other chapters are: nonparametric measures of location and scale (Chapter 2: Basic Statistics), nonparametric measures in a contingency table (Chapter 6: Categorical and Discrete Data Analysis), measures of correlation in a contingency table (Chapter 4: Correlation and Covariance), and tests of goodness of fit and randomness (Chapter 8: Goodness of Fit)
Missing Values
Most routines described in this chapter automatically handle missing values (NaN, “Not a Number”; see the introduction of this manual).
Tied Observations
Many of the routines described in this chapter contain a keyword Fuzz in the input. Observations that are within Fuzz of each other in absolute value are said to be tied. Moreover, in some routines, an observation within Fuzz of some value is said to be equal to that value. In the WILCOXON Function, for example, such observations are eliminated from the analysis. If Fuzz = 0.0, observations must be identically equal before they are considered to be tied. Other positive values of Fuzz allow for numerical imprecision or roundoff error.