MBContour: Computes Multiplier Bootstrap realizations of the supremum of...

Description Usage Arguments Value

View source: R/MBContour.R

Description

Computes Multiplier Bootstrap realizations of the supremum of a Gaussian field on a contour.

Usage

1
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.


cope documentation built on May 2, 2019, 6:32 a.m.

Related to MBContour in cope...