d01gd calculates an approximation to a definite integral in up to dimensions, using the Korobov–Conroy number theoretic method. This method is designed to be particularly efficient on vector processors.
Syntax
C# |
---|
public static void d01gd( int ndim, D01..::..D01GD_VECFUN vecfun, D01..::..D01GD_VECREG vecreg, int npts, double[] vk, int nrand, int itrans, out double res, out double err, out int ifail ) |
Visual Basic |
---|
Public Shared Sub d01gd ( _ ndim As Integer, _ vecfun As D01..::..D01GD_VECFUN, _ vecreg As D01..::..D01GD_VECREG, _ npts As Integer, _ vk As Double(), _ nrand As Integer, _ itrans As Integer, _ <OutAttribute> ByRef res As Double, _ <OutAttribute> ByRef err As Double, _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void d01gd( int ndim, D01..::..D01GD_VECFUN^ vecfun, D01..::..D01GD_VECREG^ vecreg, int npts, array<double>^ vk, int nrand, int itrans, [OutAttribute] double% res, [OutAttribute] double% err, [OutAttribute] int% ifail ) |
F# |
---|
static member d01gd : ndim : int * vecfun : D01..::..D01GD_VECFUN * vecreg : D01..::..D01GD_VECREG * npts : int * vk : float[] * nrand : int * itrans : int * res : float byref * err : float byref * ifail : int byref -> unit |
Parameters
- ndim
- Type: System..::..Int32On entry: , the number of dimensions of the integral.Constraint: .
- vecfun
- Type: NagLibrary..::..D01..::..D01GD_VECFUNvecfun must evaluate the integrand at a specified set of points.
A delegate of type D01GD_VECFUN.
- vecreg
- Type: NagLibrary..::..D01..::..D01GD_VECREGvecreg must evaluate the limits of integration in any dimension for a set of points.
A delegate of type D01GD_VECREG.
- npts
- Type: System..::..Int32On entry: the Korobov rule to be used. There are two alternatives depending on the value of npts.
(i) . In this case one of six preset rules is chosen using , , , , or points depending on the respective value of npts being , , , , or .(ii) . Constraint: .
- vk
- Type: array<System..::..Double>[]()[][]An array of size [ndim]
- nrand
- Type: System..::..Int32On entry: the number of random samples to be generated (generally a small value, say to , is sufficient). The estimate, res, of the value of the integral returned by the method is then the average of nrand calculations with different random origin shifts. If , the total number of integrand evaluations will be . If , then the number of integrand evaluations will be , where is the number of points corresponding to the six preset rules. For reasons of efficiency, these values are calculated a number at a time in vecfun.Constraint: .
- itrans
- Type: System..::..Int32On entry: indicates whether the periodising transformation is to be used.
- The transformation is to be used.
- The transformation is to be suppressed (to cover cases where the integrand may already be periodic or where you want to specify a particular transformation in the definition of vecfun).
Suggested value: .
- res
- Type: System..::..Double%On exit: the approximation to the integral .
- err
- Type: System..::..Double%
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).
Description
d01gd calculates an approximation to the integral
using the Korobov–Conroy number theoretic method (see Korobov (1957), Korobov (1963) and Conroy (1967)). The region of integration defined in (1) is such that generally and may be functions of , for , with and constants. The integral is first of all transformed to an integral over the -cube by the change of variables
The method then uses as its basis the number theoretic formula for the -cube, :
where denotes the fractional part of , are the so-called optimal coefficients, is the error, and is a prime integer. (It is strictly only necessary that be relatively prime to all and is in fact chosen to be even for some cases in Conroy (1967).) The method makes use of properties of the Fourier expansion of which is assumed to have some degree of periodicity. Depending on the choice of the contributions from certain groups of Fourier coefficients are eliminated from the error, . Korobov shows that can be chosen so that the error satisfies
where and are real numbers depending on the convergence rate of the Fourier series, is a constant depending on , and is a constant depending on and . There are a number of procedures for calculating these optimal coefficients. Korobov imposes the constraint that
and gives a procedure for calculating the parameter, , to satisfy the optimal conditions.
(1) |
(2) |
(3) |
(4) |
In this method the periodisation is achieved by the simple transformation
More sophisticated periodisation procedures are available but in practice the degree of periodisation does not appear to be a critical requirement of the method.
An easily calculable error estimate is not available apart from repetition with an increasing sequence of values of which can yield erratic results. The difficulties have been studied by Cranley and Patterson (1976) who have proposed a Monte–Carlo error estimate arising from converting (2) into a stochastic integration rule by the inclusion of a random origin shift which leaves the form of the error (3) unchanged; i.e., in the formula (2), is replaced by , for , where each , is uniformly distributed over . Computing the integral for each of a sequence of random vectors allows a ‘standard error’ to be estimated.
This method provides built-in sets of optimal coefficients, corresponding to six different values of . Alternatively, the optimal coefficients may be supplied by you. Methods d01gy and d01gz compute the optimal coefficients for the cases where is a prime number or is a product of two primes, respectively.
References
Conroy H (1967) Molecular Shroedinger equation VIII. A new method for evaluting multi-dimensional integrals J. Chem. Phys. 47 5307–5318
Cranley R and Patterson T N L (1976) Randomisation of number theoretic methods for mulitple integration SIAM J. Numer. Anal. 13 904–914
Korobov N M (1957) The approximate calculation of multiple integrals using number theoretic methods Dokl. Acad. Nauk SSSR 115 1062–1065
Korobov N M (1963) Number Theoretic Methods in Approximate Analysis Fizmatgiz, Moscow
Error Indicators and Warnings
Errors or warnings detected by the method:
On entry, , or .
On entry, .
On entry, .
Accuracy
If , an estimate of the absolute standard error is given by the value, on exit, of err.
Parallelism and Performance
None.
Further Comments
d01gd performs the same computation as (D01GCF not in this release). However, the interface has been modified so that it can perform more efficiently on machines with vector processing capabilities. In particular,
vecfun and vecreg must calculate the integrand and limits of integration at a set of points. For some problems the amount of time spent in these two methods, which must be supplied by you, may account for a significant part of the total computation time.
For this reason it is vital that you consider the possibilities for vectorization in the code supplied for these two methods.
Example
This example calculates the integral