correlation_grab {grabsampling} | R Documentation |
Serial correlation between grab samples
Description
This function calculates the resulting serial correlation between grab samples each having r
primary increments with original serial correlation d
.
Usage
correlation_grab(r, p, d)
Arguments
r |
number of primary increments in a grab sample or grab sample size |
p |
limiting fraction or proportion of contaminated increments |
d |
serial correlation of contamination between the primary increments |
Details
The serial correlation between blocks (grab samples) is given by as
where is the probability of detection in any of the block (grab sample) which is calculated by using prob_detect_single_grab.
Value
Serial correlation between grab samples
See Also
Examples
r <- 25
p <- 0.005
d <- 0.99
correlation_grab(r, p, d)
[Package grabsampling version 1.0.0 Index]