EvalInterval.function: eval function and cast result to a list of y, y_low, y_up (possibly NA)
Description
eval function and cast result to a list of y, y_low, y_up (possibly NA)
Usage
EvalInterval.function(fun, X, vectorized = FALSE, dim = ncol(X))
Value
list of y, y_low, y_up
Arguments
- fun
function to evaluate
- X
matrix of input values for fun
- vectorized
whether fun is vectorized or not
- dim
dimension of input values for fun if