The coverage probability of a stationary RACS is the probability that an arbitrary point is covered by the RACS.
Given a binary map, xi
, of a realisation of stationary RACS \(\Xi\) in a window \(W\),
this function computes the fraction of \(W\) covered by foreground,
which is an estimate of the coverage probability.
See (Chiu et al., 2013, Section 6.4.2) for more details.
If xi
is an im
object then xi
must be an image of 1s, 0s and NAs
representing inside the set, outside the set and outside the observation window respectively.
coverageprob
will not accept a obswin
argument if xi
is an im
object.