Rdocumentation
powered by
Learn R Programming
cope (version 0.2.3)
MBContour: Computes Multiplier Bootstrap realizations of the supremum of a Gaussian
Description
Computes Multiplier Bootstrap realizations of the supremum of a Gaussian field on a contour.
Usage
MBContour(x, y, R, cont, N = 1000)
Arguments
x
x-Coordinates of the grid on which the data is observed.
y
y-Coordinates of the grid on which the data is observed.
R
An array of dimension c(length(x),length(y),n) containing the realizations of the field.
cont
The contours of f at value level
N
The number of Bootstrap realizations to produce. Default is 1000.
Value
A vector of length N containing the Bootstrap realizations of the supremum.