NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G01 (Stat) Chapter Contents
G01 (Stat) Chapter Introduction
g01pt:
FL
CL
CPP
AD
NAG CL Interface
g01ptc (pdf_landau_moment1)
Keyword Search:
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G01 (Stat) Chapter Contents
G01 (Stat) Chapter Introduction
g01pt:
FL
CL
CPP
AD
▸
▿
Contents
1
Purpose
2
Specification
3
Description
4
References
5
Arguments
6
Error Indicators and Warnings
7
Accuracy
8
Parallelism and Performance
9
Further Comments
▸
▿
10
Example
10.1
Program Text
10.2
Program Data
10.3
Program Results
© The Numerical Algorithms Group Ltd. 2021
Settings help
CL Name Style:
Short (
a00aac
)
Long (
impl_details
)
Full (
nag_info_impl_details
)
1
Purpose
g01ptc
returns the value of the first moment
Φ
1
(
x
)
of the Landau density function.
2
Specification
copy
#include <nag.h>
double
g01ptc
(
double
x
)
The function may be called by the names:
g01ptc
,
nag_stat_pdf_landau_moment1
or
nag_moment_1_landau
.
3
Description
g01ptc
evaluates an approximation to the first moment
Φ
1
(
x
)
of the Landau density function given by
Φ
1
(
x
)
=
1
Φ
(
x
)
∫
-
∞
x
λ
ϕ
(
λ
)
d
λ
,
where
ϕ
(
λ
)
is described in
g01mtc
, using piecewise approximation by rational functions. Further details can be found in
Kölbig and Schorr (1984)
.
To obtain the value of
Φ
2
(
x
)
,
g01qtc
can be used.
4
References
Kölbig K S and Schorr B (1984) A program package for the Landau distribution
Comp. Phys. Comm.
31
97–111
5
Arguments
1:
x
–
double
Input
On entry
: the argument
x
of the function.
6
Error Indicators and Warnings
None.
7
Accuracy
At least
7
significant digits are usually correct, but occasionally only
6
. Such accuracy is normally considered to be adequate for applications in experimental physics.
8
Parallelism and Performance
g01ptc
is not threaded in any implementation.
9
Further Comments
None.
10
Example
This example evaluates
Φ
1
(
x
)
at
x
=
0.5
, and prints the results.
10.1
Program Text
Program Text (g01ptce.c)
10.2
Program Data
Program Data (g01ptce.d)
10.3
Program Results
Program Results (g01ptce.r)
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G01 (Stat) Chapter Contents
G01 (Stat) Chapter Introduction
g01pt:
FL
CL
CPP
AD
© The Numerical Algorithms Group Ltd. 2021