TaylorContour: Computes tail probabilities of a Gaussian field on a contour...

Description Usage Arguments Value

View source: R/TaylorContour.R

Description

Computes tail probabilities of a Gaussian field on a contour with Taylor's method.

Usage

1
TaylorContour(x, y, cont, R)

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.

cont

The contour of f at value level

R

An array of dimension c(length(x),length(y),n) containing the realizations of the field.

Value

A function g that computes for u>0 the probility that the supremum of the field exceeds u.


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

Related to TaylorContour in cope...