Learn R Programming

atmopt (version 0.1.0)

detpep10exp: DetPep10Exp discrete test function

Description

A discrete test function constructed from the modified exponential function in Dette and Pepelyshev (2010).

Usage

detpep10exp(xx,ntimes,nlev)

Arguments

xx

A \(p\)-vector for input factors.

ntimes

Number of duplications for the function (base function is 3D).

nlev

A \(p\)-vector corresponding to the number of levels for each factor(discretized on equally-spaced intervals).

Examples

Run this code
# NOT RUN {
xx <- c(1,2,1,2,1,2) #input factors
nlev <- rep(4,length(xx)) #number of levels for each factor
ntimes <- length(xx)/3 #base function is in 2D, so duplicate 2 times
detpep10exp(xx,ntimes,nlev)
# }

Run the code above in your browser using DataLab