unitCube_cos2-class {multIntTestFunc} | R Documentation |
An S4 class to represent the function
on
Description
Implementation of the function
where is the dimension of the integration domain
and
is a
-dimensional parameter vector where each entry is different from
.
The integral is known to be
Details
The instance needs to be created with two parameters representing the dimension and the
-dimensional parameter vector where each entry is different from
.
Slots
dim
An integer that captures the dimension
coeffs
A vector of non-zero parameters
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("unitCube_cos2",dim=n, coeffs=c(-1,2,-2))
[Package multIntTestFunc version 0.2.0 Index]