chi2_ECden: Compute Euler characteristic density for Chi-square random...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Functions_only.R

Description

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

Usage

1
chi2_ECden(c, k, j)

Arguments

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.

Value

Returns the value of the EC density of order j evaluated at c for a Chi-square random field with k degrees of freedom.

Author(s)

Sara Algeri

References

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

See Also

Gauss_ECden, ECden_vec

Examples

1
2
3
4
c<-1
k<-1
j<-2
chi2_ECden(c,k,j)

Example output

[1] 0.07702167

TOHM documentation built on March 10, 2021, 1:05 a.m.