Gauss_ECden {TOHM} | R Documentation |
Computes the Euler characteristic (EC) density of a given order for Gaussian random fields.
Gauss_ECden(c, j)
c |
Value on which the EC density is evaluated. |
j |
Order of the EC density to be implemented. |
Returns the value of the EC density of order j
evaluated at c
for a Gaussian random field.
Sara Algeri
R.J. Adler and J.E. Taylor. Random fields and geometry. Springer Science and Business Media, 2009.
c<-1
j<-2
Gauss_ECden(c,4)