g05ryc sets up a reference vector and generates an array of pseudorandom numbers from a multivariate Student's distribution with degrees of freedom, mean vector and covariance matrix .
The function may be called by the names: g05ryc, nag_rand_multivar_students_t or nag_rand_matrix_multi_students_t.
3Description
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 degrees of freedom, is the vector of means, is the vector of positions and is the covariance matrix.
The function returns the value
where is generated by g05skc from a Normal distribution with mean zero and covariance matrix and is generated by g05sdc from a -distribution with degrees of freedom.
One of the initialization functions g05kfc (for a repeatable sequence if computed sequentially) or g05kgc (for a non-repeatable sequence) must be called prior to the first call to g05ryc.
4References
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
5Arguments
1: – Nag_OrderTypeInput
On entry: the order argument specifies the two-dimensional storage scheme being used, i.e., row-major ordering or column-major ordering. C language defined storage is specified by . See Section 3.1.3 in the Introduction to the NAG Library CL Interface for a more detailed explanation of the use of this argument.
Constraint:
or .
2: – Nag_ModeRNGInput
On entry: a code for selecting the operation to be performed by the function.
Set up reference vector only.
Generate variates using reference vector set up in a prior call to g05ryc.
Set up reference vector and generate variates.
Constraint:
, or .
3: – IntegerInput
On entry: , the number of random variates required.
Constraint:
.
4: – IntegerInput
On entry: , the number of degrees of freedom of the distribution.
Constraint:
.
5: – IntegerInput
On entry: , the number of dimensions of the distribution.
Constraint:
.
6: – const doubleInput
On entry: , the vector of means of the distribution.
7: – const doubleInput
Note: the dimension, dim, of the array
c
must be at least
.
the th element of the matrix is stored in
when ;
when .
On entry: matrix which, along with df, defines the covariance of the distribution. Only the upper triangle need be set.
Constraint:
c must be positive semidefinite to machine precision.
8: – IntegerInput
On entry: the stride separating row or column elements (depending on the value of order) in the array c.
Constraint:
.
9: – doubleCommunication Array
On entry: if , the reference vector as set up by g05ryc in a previous call with or .
On exit: if or , the reference vector that can be used in subsequent calls to g05ryc with .
10: – IntegerInput
On entry: the dimension of the array r. If , it must be the same as the value of lr specified in the prior call to g05ryc with or .
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).
6Error Indicators and Warnings
NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 3.1.2 in the Introduction to the NAG Library CL Interface for further information.
NE_BAD_PARAM
On entry, argument had an illegal value.
NE_INT
On entry, .
Constraint: .
On entry, lr is not large enough, : minimum length required .
On entry, .
Constraint: .
On entry, .
Constraint: .
NE_INT_2
On entry, and .
Constraint: .
On entry, and .
Constraint: .
On entry, and .
Constraint: .
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
See Section 7.5 in the Introduction to the NAG Library CL Interface for further information.
NE_INVALID_STATE
On entry, state vector has been corrupted or not initialized.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library CL Interface for further information.
NE_POS_DEF
On entry, the covariance matrix is not positive semidefinite to machine precision.
NE_PREV_CALL
m is not the same as when r was set up in a previous call.
Previous value of and .
7Accuracy
Not applicable.
8Parallelism and Performance
g05ryc is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g05ryc 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 function. Please also consult the Users' Note for your implementation for any additional implementation-specific information.
9Further Comments
The time taken by g05ryc 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.
10Example
This example prints ten pseudorandom observations from a multivariate Student's -distribution with ten degrees of freedom, means vector