• Get a count of all samples that exceed the max value.

    Parameters

    • samples: number[]

      Samples for a distribution.

    • max: number

      The max allowed value.

    Returns number

    Count of samples that exceed the max value.

Generated using TypeDoc