findMed function

Find median value

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)

Arguments

  • data: complete input vector
  • indices: logical vector to filter indices from data

Returns

median value of the filtered vector

  • Maintainer: Samarth Shah
  • License: GPL-3
  • Last published: 2019-03-08

Useful links