p_overlap_2d_higher | R Documentation |
Is computed by adding up probabilities for all combinations of
the observed or higher overlaps using the
function p_overlap_2d
.
p_overlap_2d_higher(ov_x, ov_y, s1x, s1y, s2x, s2y, mat_x, mat_y)
ov_x |
Overlap in the first dimension. |
ov_y |
Overlap in the second dimension. |
s1x |
First sample of the first dimension. |
s1y |
First sample of the second dimension. |
s2x |
Second sample of first dimension. |
s2y |
Second sample of the second dimension. |
mat_x |
Number of all elements from the first dimension sampled from. |
mat_y |
Number of all elements from the second dimension sampled from. |
Overlap probability
p_overlap_2d_higher(10, 10, 20, 20, 30, 30, 100, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.