naginterfaces.library.stat.inv_​cdf_​studentized_​range

naginterfaces.library.stat.inv_cdf_studentized_range(p, v, ir)[source]

inv_cdf_studentized_range returns the deviate associated with the lower tail probability of the distribution of the Studentized range statistic.

For full information please refer to the NAG Library document for g01fm

https://www.nag.com/numeric/nl/nagdoc_29.3/flhtml/g01/g01fmf.html

Parameters
pfloat

The lower tail probability for the Studentized range statistic, .

vfloat

, the number of degrees of freedom.

irint

, the number of groups.

Returns
xfloat

The deviate associated with the lower tail probability of the distribution of the Studentized range statistic.

Raises
NagValueError
(errno )

On entry, .

Constraint: .

(errno )

On entry, .

Constraint: .

(errno )

On entry, .

Constraint: .

(errno )

The function was unable to find an upper bound for the value of . This will be caused by being too close to .

Warns
NagAlgorithmicWarning
(errno )

There is some doubt as to whether full accuracy has been achieved. The returned value should be a reasonable estimate of the true value.

Notes

The externally Studentized range, , for a sample, , is defined as

where is an independent estimate of the standard error of the . The most common use of this statistic is in the testing of means from a balanced design. In this case for a set of group means, , the Studentized range statistic is defined to be the difference between the largest and smallest means, and , divided by the square root of the mean-square experimental error, , over the number of observations in each group, , i.e.,

The Studentized range statistic can be used as part of a multiple comparisons procedure such as the Newman–Keuls procedure or Duncan’s multiple range test (see Montgomery (1984) and Winer (1970)).

For a Studentized range statistic the probability integral, , for degrees of freedom and groups, can be written as:

where

For a given probability , the deviate is found as the solution to the equation

using roots.contfn_brent_rcomm. Initial estimates are found using the approximation given in Lund and Lund (1983) and a simple search procedure.

References

Lund, R E and Lund, J R, 1983, Algorithm AS 190: probabilities and upper quartiles for the studentized range, Appl. Statist. (32(2)), 204–210

Montgomery, D C, 1984, Design and Analysis of Experiments, Wiley

Winer, B J, 1970, Statistical Principles in Experimental Design, McGraw–Hill