Compute p-value against null distribution

get_p_value(nulls, m, n, statistic, metric_name = "average_precision")

Arguments

nulls

Null distribution data frame

m

Number of positive examples

n

Number of negative examples

statistic

statistic for which to compute p-value

metric_name

name of metric. Only "average_precision" is implemented.

Value

p-value