Gauss_ECden {TOHM}R Documentation

Compute Euler characteristic density for Gaussian random fields

Description

Computes the Euler characteristic (EC) density of a given order for Gaussian random fields.

Usage

Gauss_ECden(c, j)

Arguments

c

Value on which the EC density is evaluated.

j

Order of the EC density to be implemented.

Value

Returns the value of the EC density of order j evaluated at c for a Gaussian random field.

Author(s)

Sara Algeri

References

R.J. Adler and J.E. Taylor. Random fields and geometry. Springer Science and Business Media, 2009.

See Also

chi2_ECden, ECden_vec

Examples

c<-1
j<-2
Gauss_ECden(c,4)

[Package TOHM version 1.4 Index]