R/EmpiricalFns.R
estimateDifferenceZeroCrossing.Rd
Studentized estimate of how often a difference is below zero.
estimateDifferenceZeroCrossing(resampledDiffs, na.rm = FALSE)
resampledDiffs | numeric vector resampled observations |
---|---|
na.rm | logical, if TRUE remove NA values |
estimated probability of seeing a re-sampled difference below zero.
#> [1] "Studentized empirical test: is difference greater than zero on re-samples, summary: e=n.s."