View source: R/covercorr_internal.R
covered_volume_mc | R Documentation |
Total volume of union of rectangles using Monte Carlo integration
covered_volume_mc(zmin_s, zmax_s, M)
zmin_s |
n x d matrix of bottomleft coordinates, one row per rectangle |
zmax_s |
n x d matrix of topright coordinates, one row per rectangle |
M |
number of Monte Carlo integration sample points |
This is a wrapper of the C_covered_volume_mc function in C
a list of the estimated volume of the union and its standard error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.