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 argument
. 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: – Real (Kind=nag_wp) arrayInput
-
On entry: the weights, .
Constraint:
, for .
- 2: – Integer arrayInput
-
On entry: the degrees of freedom, .
Constraint:
, for .
- 3: – Real (Kind=nag_wp) arrayInput
-
On entry: the noncentrality parameters, .
Constraint:
, for .
- 4: – IntegerInput
-
On entry:
, the number of
random variables in the combination, i.e., the number of terms in equation
(1).
Constraint:
.
- 5: – Real (Kind=nag_wp)Input
-
On entry: , the point for which the lower tail probability is to be evaluated.
Constraint:
.
- 6: – 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 arguments , for .
- 7: – Real (Kind=nag_wp)Output
-
On exit: the value of the probability density function of the linear combination of variables.
- 8: – 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), the value of
is used instead.
- 9: – IntegerInput
-
On entry: the maximum number of terms that should be used during the summation.
Suggested value:
.
Constraint:
.
- 10: – Real (Kind=nag_wp) arrayWorkspace
-
- 11: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation 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 arguments 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.