Calculates the Multivariate Normal Distribution with Product Correlation Structure published by Charles Dunnett, Algorithm AS 251.1 Appl.Statist. (1989), Vol.38, No.3, doi:10.2307/2347754 .
Arguments
- ...
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
- NDF
Degrees of Freedom. Use 0 for infinite D.F.
- A
Upper limits of integration. Array of N dimensions
- B
Lower limits of integration. Array of N dimensions
- BPD
Values defining correlation structure. Array of N dimensions
- D
Non-Centrality Vector
- EPS
desired accuracy. Defaults to 1e-06
- INF
Determines where integration is done to infinity. Array of N dimensions. Valid values for INF(I): 0 = c(B(I), Inf), 1 = c(-Inf, A(I)), 2 = c(B(I), A(I))
- IERC
error control. If set to 1, strict error control based on fourth derivative is used. If set to zero, error control based on halving intervals is used
- HINC
Interval width for Simpson's rule. Value of zero caused a default .24 to be used