internalMBRE: Internal / Helper function of package ROptEst for MBRE...

internals_for_MBRE_computationR Documentation

Internal / Helper function of package ROptEst for MBRE calculation

Description

This function computes the coordinatewise min and max of an IC numerically.

Usage

.getExtremeCoordIC(IC, D, indi, n = 10000)

Arguments

IC

object of class IC

D

a univariate distribution; by means of q(D), we determine the evaluation grid.

indi

integer; the indices of the coordinates at which to compute min and max.

n

integer; number of grid points for evaluation.

Value

a matrix with length(indi) rows and 2 columns min and max: the coordinate-wise min and max of the IC.


ROptEst documentation built on Feb. 7, 2024, 3:02 p.m.