Find median value
Find median value from the filtered part of the input vector. This function is used as a helper to the bootstrapping routine in prepare baseline
findMed(data, indices)
data
: complete input vectorindices
: logical vector to filter indices from data
median value of the filtered vector
Useful links