NAG Library Routine Document
g05rzf
(multivar_normal)
1
Purpose
g05rzf sets up a reference vector and generates an array of pseudorandom numbers from a multivariate Normal distribution with mean vector and covariance matrix .
2
Specification
Fortran Interface
Subroutine g05rzf ( |
mode,
n,
m,
xmu,
c,
ldc,
r,
lr,
state,
x,
ldx,
ifail) |
Integer, Intent (In) | :: |
mode,
n,
m,
ldc,
lr,
ldx | Integer, Intent (Inout) | :: |
state(*),
ifail | Real (Kind=nag_wp), Intent (In) | :: |
xmu(m),
c(ldc,m) | Real (Kind=nag_wp), Intent (Inout) | :: |
r(lr),
x(ldx,*) |
|
C Header Interface
#include nagmk26.h
void |
g05rzf_ (
const Integer *mode,
const Integer *n,
const Integer *m,
const double xmu[],
const double c[],
const Integer *ldc,
double r[],
const Integer *lr,
Integer state[],
double x[],
const Integer *ldx,
Integer *ifail) |
|
3
Description
When the covariance matrix is nonsingular (i.e., strictly positive definite), the distribution has probability density function
where
is the number of dimensions,
is the covariance matrix,
is the vector of means and
is the vector of positions.
Covariance matrices are symmetric and positive semidefinite. Given such a matrix , there exists a lower triangular matrix such that . is not unique, if is singular.
g05rzf decomposes to find such an . It then stores , and in the reference vector which is used to generate a vector of independent standard Normal pseudorandom numbers. It then returns the vector , which has the required multivariate Normal distribution.
It should be noted that this routine will work with a singular covariance matrix
, provided
is positive semidefinite, despite the fact that the above formula for the probability density function is not valid in that case.
Wilkinson (1965) should be consulted if further information is required.
One of the initialization routines
g05kff (for a repeatable sequence if computed sequentially) or
g05kgf (for a non-repeatable sequence) must be called prior to the first call to
g05rzf.
4
References
Knuth D E (1981) The Art of Computer Programming (Volume 2) (2nd Edition) Addison–Wesley
Wilkinson J H (1965) The Algebraic Eigenvalue Problem Oxford University Press, Oxford
5
Arguments
- 1: – IntegerInput
-
On entry: a code for selecting the operation to be performed by the routine.
- Set up reference vector only.
- or
- Generate variates using reference vector set up in a prior call to g05rzf.
- or
- Set up reference vector and generate variates.
The variates are stored differently in
x for
or
compared with
or
.
Constraint:
, , , or .
- 2: – IntegerInput
-
On entry: , the number of random variates required.
Constraint:
.
- 3: – IntegerInput
-
On entry: , the number of dimensions of the distribution.
Constraint:
.
- 4: – Real (Kind=nag_wp) arrayInput
-
On entry: , the vector of means of the distribution.
- 5: – Real (Kind=nag_wp) arrayInput
-
On entry: the covariance matrix of the distribution. Only the upper triangle need be set.
Constraint:
must be positive semidefinite to machine precision.
- 6: – IntegerInput
-
On entry: the first dimension of the array
c as declared in the (sub)program from which
g05rzf is called.
Constraint:
.
- 7: – Real (Kind=nag_wp) arrayInput/Output
-
On entry: if or , the reference vector as set up by g05rzf in a previous call with , or .
On exit: if or , the reference vector that can be used in subsequent calls to g05rzf with or .
- 8: – IntegerInput
-
On entry: the dimension of the array
r as declared in the (sub)program from which
g05rzf is called. If
or
, it must be the same as the value of
lr specified in the prior call to
g05rzf with
,
or
.
Constraint:
.
- 9: – Integer arrayCommunication Array
-
Note: the actual argument supplied
must be the array
state supplied to the initialization routines
g05kff or
g05kgf.
On entry: contains information on the selected base generator and its current state.
On exit: contains updated information on the state of the generator.
- 10: – Real (Kind=nag_wp) arrayOutput
-
Note: the second dimension of the array
x
must be at least
if
or
and at least
if
or
.
On exit: the array of pseudorandom multivariate Normal vectors generated by the routine.
Two possible storage orders are available. If or then holds the th dimension for the th variate. If or this ordering is reversed and holds the th dimension for the th variate.
- 11: – IntegerInput
-
On entry: the first dimension of the array
x as declared in the (sub)program from which
g05rzf is called.
Constraints:
- if or , ;
- if or , .
- 12: – 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, if you are not familiar with this argument, 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).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Errors or warnings detected by the routine:
-
On entry, invalid value for
mode.
Constraint:
,
,
,
or
.
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, the covariance matrix is not positive semidefinite to machine precision.
-
On entry, and .
Constraint: .
-
m is not the same as when
r was set up in a previous call.
Previous value of
and
.
-
On entry,
lr is not large enough,
: minimum length required
.
-
On entry,
state vector has been corrupted or not initialized.
-
On entry, and .
Constraint: .
On entry, and .
Constraint: .
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
Not applicable.
8
Parallelism and Performance
g05rzf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g05rzf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The time taken by g05rzf is of order .
It is recommended that the diagonal elements of should not differ too widely in order of magnitude. This may be achieved by scaling the variables if necessary. The actual matrix decomposed is , where is a diagonal matrix with small positive diagonal elements. This ensures that, even when is singular, or nearly singular, the Cholesky factor corresponds to a positive definite covariance matrix that agrees with within machine precision.
10
Example
This example prints ten pseudorandom observations from a multivariate Normal distribution with means vector
and covariance matrix
generated by
g05rzf. All ten observations are generated by a single call to
g05rzf with
.
The random number generator is initialized by
g05kff.
10.1
Program Text
Program Text (g05rzfe.f90)
10.2
Program Data
Program Data (g05rzfe.d)
10.3
Program Results
Program Results (g05rzfe.r)