internals_for_MBRE_computation | R Documentation |
This function computes the coordinatewise min and max of an IC numerically.
.getExtremeCoordIC(IC, D, indi, n = 10000)
IC |
object of class |
D |
a univariate distribution; by means of |
indi |
integer; the indices of the coordinates at which to compute min and max. |
n |
integer; number of grid points for evaluation. |
a matrix with length(indi)
rows and 2 columns min
and max
:
the coordinate-wise min and max of the IC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.