Description Usage Arguments Value References
Standard Monte Carlo estimate for P(max X^{-q} >Thresh | max X^{q}≤ Thresh) or P(min X^{-q} <Thresh | min X^{q}≥ Thresh) where X is a normal vector. Needed for the bias correction in ProbaMax and ProbaMin.
1 2 |
compBdg |
total computational budget in seconds. |
problem |
list defining the problem with mandatory fields:
|
delta |
total proportion of budget assigned to initial estimate (default 0.1), the actual proportion used might be smaller. |
type |
type of excursion: "m", for minimum below threshold or "M", for maximum above threshold. |
typeReturn |
integer: 0 (only the estimate) or 1 (heavy return with variance of the estimate, parameters of the estimator and computational times). |
verb |
the level of verbosity, also sets the verbosity of trmvrnorm_rej_cpp (to verb-1). |
params |
system dependent parameters (if NULL they are estimated). |
A list containing the estimated probability of excursion, see typeReturn for details.
Azzimonti, D. and Ginsbourger, D. (2016). Estimating orthant probabilities of high dimensional Gaussian vectors with an application to set estimation. Preprint at hal-01289126
Genz, A. (1992). Numerical computation of multivariate normal probabilities. Journal of Computational and Graphical Statistics, 1(2):141–149.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.