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 Chi-squared random fields.
1 | chi2_ECden(c, k, j)
|
c |
Value on which the EC density is evaluated. |
k |
Degrees of freedom of the Chi-square random field. |
j |
Order of the EC density to be implemented. |
Returns the value of the EC density of order j
evaluated at c
for a Chi-square random field with k
degrees of freedom.
Sara Algeri
R.J. Adler and J.E. Taylor. Random fields and geometry. Springer Science and Business Media, 2009.
1 2 3 4 | c<-1
k<-1
j<-2
chi2_ECden(c,k,j)
|
[1] 0.07702167
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.