View source: R/sim_metrics_signif.R
null_distribution_helper | R Documentation |
Compute null distribution of metrics
null_distribution_helper(m, n, nn = 10000, metric_name = "average_precision")
m |
Number of positive examples (= number of replicates - 1) |
n |
Number of negative examples (= number of controls, or number of non-replicates) |
nn |
Number of simulations (default = 10000) |
metric_name |
name of metric. Only |
Null distribution data frame parametrized by m and n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.