Learn R Programming

TOHM (version 1.4)

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

Description

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

Usage

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.

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

Run this code
# NOT RUN {
c<-1
k<-1
j<-2
chi2_ECden(c,k,j)
# }

Run the code above in your browser using DataLab