This function computes the coordinatewise min and max of an IC numerically.
.getExtremeCoordIC(IC, D, indi, n = 10000)
a matrix with length(indi)
rows and 2 columns min
and max
:
the coordinate-wise min and max of the IC.
object of class IC
a univariate distribution; by means of q(D)
,
we determine the evaluation grid.
integer; the indices of the coordinates at which to compute min and max.
integer; number of grid points for evaluation.