next up previous 196
Next: PDA_CURFIT - Smooth spline approximation. Knots can be given or determined by the routine.
Up: User-callable routines
Previous: PDA_CHE2D - Evaluates a 2-dimensional Chebyshev polynomial


PDA_COVMAT - Approximates the covariance matrix of normal order statistics

Description:
This routine computes and normalises the David-Johnson approximation for the covariance matrix of normal order statistics. The value V11 can be calculated using the PDA_V11 routine and the values of EX1, EX2 and SUMM2 using PDA_NSCOR.

Invocation:
CALL PDA_COVMAT( V, N, MDIM, V11, EX1, EX2, SUMM2, IFAULT )

Arguments:

V( MDIM, N ) = DOUBLE PRECISION (Returned)
The covariance approximation.
N = INTEGER (Given)
The sample size.
MDIM = INTEGER (Given)
First dimension of V as declared in the calling routine.
V11 = DOUBLE PRECISION (Given)
Exact value of the extreme variance V(1,1).
EX1 = DOUBLE PRECISION (Given)
Absolute expected value of the smallest order statistic from a size N sample.
EX2 = DOUBLE PRECISION (Given)
Absolute expected value of the second smallest order statistic from a size N sample.
SUMM2 = DOUBLE PRECISION (Given)
Sum of squares of expected values order statistics for a sample of size N.
IFAULT = INTEGER (Returned)
Failure indicator. Zero for success, otherwise N is out of bounds.

Origin
Applied Statistics / Statlib Archive
Copyright
The Royal Statistical Society.


next up previous 196
Next: PDA_CURFIT - Smooth spline approximation. Knots can be given or determined by the routine.
Up: User-callable routines
Previous: PDA_CHE2D - Evaluates a 2-dimensional Chebyshev polynomial

PDA [1ex
Starlink User Note 194
H. Meyerdierks, D. Berry, P. W. Draper, G. Privett, M. Currie
12th October 2005
E-mail:ussc@star.rl.ac.uk

Copyright © 2009 Science and Technology Facilities Council