Description Usage Arguments Value Author(s) References See Also Examples
View source: R/Functions_only.R
Computes the Euler characteristic (EC) density of a given order for Gaussian random fields.
1 | 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.
1 2 3 | c<-1
j<-2
Gauss_ECden(c,4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.