G01JCF returns the lower tail probability of a distribution of a positive linear combination of random variables.
For a linear combination of noncentral
random variables with integer degrees of freedom the lower tail probability is
where
and
are positive constants and where
represents an independent
random variable with
degrees of freedom and noncentrality parameter
. The linear combination may arise from considering a quadratic form in Normal variables.
Ruben's method as described in
Farebrother (1984) is used. Ruben has shown that
(1) may be expanded as an infinite series of the form
where
, i.e., the probability that a central
is less than
.
- 1: A(N) – REAL (KIND=nag_wp) arrayInput
On entry: the weights, .
Constraint:
, for .
- 2: MULT(N) – INTEGER arrayInput
On entry: the degrees of freedom, .
Constraint:
, for .
- 3: RLAMDA(N) – REAL (KIND=nag_wp) arrayInput
On entry: the noncentrality parameters, .
Constraint:
, for .
- 4: N – INTEGERInput
On entry:
, the number of
random variables in the combination, i.e., the number of terms in equation
(1).
Constraint:
.
- 5: C – REAL (KIND=nag_wp)Input
On entry: , the point for which the lower tail probability is to be evaluated.
Constraint:
.
- 6: P – REAL (KIND=nag_wp)Output
On exit: the lower tail probability associated with the linear combination of random variables with
degrees of freedom, and noncentrality parameters , for .
- 7: PDF – REAL (KIND=nag_wp)Output
On exit: the value of the probability density function of the linear combination of variables.
- 8: TOL – REAL (KIND=nag_wp)Input
On entry: the relative accuracy required by you in the results. If G01JCF is entered with
TOL greater than or equal to
or less than
(see
X02AJF), then the value of
is used instead.
- 9: MAXIT – INTEGERInput
On entry: the maximum number of terms that should be used during the summation.
Suggested value:
.
Constraint:
.
- 10: WRK() – REAL (KIND=nag_wp) arrayWorkspace
- 11: IFAIL – INTEGERInput/Output
-
On entry:
IFAIL must be set to
,
. If you are unfamiliar with this parameter you should refer to
Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output parameters may be useful even if
on exit, the recommended value is
.
When the value is used it is essential to test the value of IFAIL on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
The series
(2) is summed until a bound on the truncation error is less than
TOL. See
Farebrother (1984) for further discussion.
None.