det_area: Calculation of the area of the high-risk zone.

View source: R/dethrzbase.R

det_areaR Documentation

Calculation of the area of the high-risk zone.

Description

This function is used for the intensity-based method. Calculation of the area of the high-risk zone given the observation window, the intensity matrix and the threshold c. Used in function det_thresholdfromarea.

Usage

det_area(win, intensmatrix, threshold)

Arguments

win

observation window

intensmatrix

matrix of the estimated intensity of the observed process (as.matrix(intens))

threshold

threshold c: The high-risk zone is the field in which the estimated intensity exceeds this value

Value

A numerical value giving the area of the high-risk zone.

See Also

owin, area.owin


highriskzone documentation built on Aug. 29, 2023, 5:10 p.m.