G01EUF (PDF version)
G01 Chapter Contents
G01 Chapter Introduction
NAG Library Manual

NAG Library Routine Document

G01EUF

Note:  before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.

+ Contents

    1  Purpose
    7  Accuracy

1  Purpose

G01EUF returns the value of the Vavilov distribution function ΦVλ;κ,β2, via the routine name.
It is intended to be used after a call to G01ZUF.

2  Specification

FUNCTION G01EUF ( X, RCOMM, IFAIL)
REAL (KIND=nag_wp) G01EUF
INTEGER  IFAIL
REAL (KIND=nag_wp)  X, RCOMM(322)

3  Description

G01EUF evaluates an approximation to the Vavilov distribution function ΦVλ;κ,β2 given by
ΦVλ;κ,β2=-λϕVλ;κ,β2dλ,
where ϕλ is described in G01MUF. The method used is based on Fourier expansions. Further details can be found in Schorr (1974).

4  References

Schorr B (1974) Programs for the Landau and the Vavilov distributions and the corresponding random numbers Comp. Phys. Comm. 7 215–224

5  Parameters

1:     X – REAL (KIND=nag_wp)Input
On entry: the argument λ of the function.
2:     RCOMM(322) – REAL (KIND=nag_wp) arrayCommunication Array
On entry: this must be the same parameter RCOMM as returned by a previous call to G01ZUF.
3:     IFAIL – INTEGERInput/Output
On entry: IFAIL must be set to 0, -1​ or ​1. 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 -1​ or ​1 is recommended. If the output of error messages is undesirable, then the value 1 is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is 0. When the value -1​ or ​1 is used it is essential to test the value of IFAIL on exit.
On exit: IFAIL=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6  Error Indicators and Warnings

IFAIL=1
Either the initialization routine has not been called prior to the first call of this routine or a communication array has become corrupted.

7  Accuracy

At least five significant digits are usually correct.

8  Further Comments

G01EUF can be called repeatedly with different values of λ provided that the values of κ and β2 remain unchanged between calls. Otherwise, G01ZUF must be called again. This is illustrated in Section 9.

9  Example

This example evaluates ΦVλ;κ,β2 at λ=0.1, κ=2.5 and β2=0.7, and prints the results.

9.1  Program Text

Program Text (g01eufe.f90)

9.2  Program Data

Program Data (g01eufe.d)

9.3  Program Results

Program Results (g01eufe.r)


G01EUF (PDF version)
G01 Chapter Contents
G01 Chapter Introduction
NAG Library Manual

© The Numerical Algorithms Group Ltd, Oxford, UK. 2012