nag_normal_scores_exact (g01dac) computes a set of Normal scores, i.e., the expected values of an ordered set of independent observations from a Normal distribution with mean and standard deviation .
If a sample of
observations from any distribution (which may be denoted by
), is sorted into ascending order, the
th smallest value in the sample is often referred to as the
th ‘
order statistic’, sometimes denoted by
(see
Kendall and Stuart (1969)).
The order statistics therefore have the property
(If
,
is the sample median.)
For samples originating from a known distribution, the distribution of each order statistic in a sample of given size may be determined. In particular, the expected values of the order statistics may be found by integration. If the sample arises from a Normal distribution, the expected values of the order statistics are referred to as the ‘Normal scores’. The Normal scores provide a set of reference values against which the order statistics of an actual data sample of the same size may be compared, to provide an indication of Normality for the sample
.
A plot of the data against the scores gives a normal probability plot.
Normal scores have other applications; for instance, they are sometimes used as alternatives to ranks in nonparametric testing procedures.
nag_normal_scores_exact (g01dac) computes the
th Normal score for a given sample size
as
where
and
denotes the complete beta function.
The function attempts to evaluate the scores so that the estimated error in each score is less than the value
etol specified by you. All integrations are performed in parallel and arranged so as to give good speed and reasonable accuracy.
Errors are introduced by evaluation of the functions
and errors in the numerical integration process. Errors are also introduced by the approximation of the true infinite range of integration by a finite range
but
and
are chosen so that this effect is of lower order than that of the other two factors. In order to estimate the maximum error the functions
are also integrated over the range
. nag_normal_scores_exact (g01dac) returns the estimated maximum error as
The time taken by nag_normal_scores_exact (g01dac) depends on
etol and
n. For a given value of
etol the timing varies approximately linearly with
n.
None.