Description Usage Arguments Details Value Examples
Points and weights for Simpson's rule numerical integration from
p 349 - 350 of Jennison and Turnbull book.
This is not used for arbitrary integration, but for the canonical form of Jennison and Turnbull.
mu is computed elsewhere as drift parameter times sqrt of information.
Since this is a lower-level routine, no checking of input is done; calling routines should
ensure that input is correct.
Lower limit of integration can be -Inf
and upper limit of integration can be Inf
1 |
r |
Integer, at least 2; default of 18 recommended by Jennison and Turnbull |
mu |
Mean of normal distribution (scalar) under consideration |
a |
lower limit of integration (scalar) |
b |
upper limit of integration (scalar |
Jennison and Turnbull (p 350) claim accuracy of 10E-6
with r=16
.
The numerical integration grid spreads out at the tail to enable accurate tail probability calcuations.
A tibble
with grid points in z
and numerical integration weights in w
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.