det_area_hole {highriskzone} | R Documentation |
This function is used for the intensity-based method with a hole restriction area. Calculation of the area of the high-risk zone given the observation window, the intensity matrix, the threshold c and a hole. Used in function det_thresholdfromarea_hole.
det_area_hole(win, intensmatrix, threshold, hole, integratehole = TRUE)
win |
observation window |
intensmatrix |
matrix of the estimated intensity of the observed process ( |
threshold |
threshold c: The high-risk zone is the field in which the estimated intensity exceeds this value |
hole |
specified hole |
integratehole |
Should the |
A numerical value giving the area of the high-risk zone.