Skip to contents

Calculate Non-Exceedance Probability

Usage

calculate_pemp(data)

Arguments

data

data.table
On each of the rows in the data.table, the non-exceedance probability is calculated.

Value

A data frame with the non-exceedance probability for the events. The non-exceedance probability is the percentage of rows that satisfy the condition that all values in the row are less or equal to the values in the row.