EvalInterval.function: eval function and cast result to a list of y, y_low, y_up...

View source: R/function.R

EvalInterval.functionR Documentation

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))

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

Value

list of y, y_low, y_up


DiceView documentation built on June 13, 2025, 5:08 p.m.