• Calculate the median of a set of samples

    Type Parameters

    • T

    Parameters

    • samples: T[]

      the input measurements

    • math: TypedMath<T>

    Returns undefined | T

    the median (undefined if no samples)

Generated using TypeDoc