unitBall_polynomial-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
,
, are parameters.
If at least one of the coefficients
is odd, i.e.,
for at leas one
, the integral is zero, otherwise the integral is known to be
where .
Details
The instance needs to be created with two parameters representing the dimension and a
-dimensional vector of integers (including
) representing the exponents.
Slots
dim
An integer that captures the dimension
expo
An vector that captures the exponents
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("unitBall_polynomial",dim=n,expo=c(1,2,3))
[Package multIntTestFunc version 0.2.0 Index]