p_overlap_2d | R Documentation |
Is computed by calculating the overlap probability for each
dimension independently and multiplying them using the
function p_overlap
.
p_overlap_2d(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(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.