standardSimplex_exp_sum-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 constant.
The integral is known to be
where is the incomplete gamma function.
Details
The instance needs to be created with two parameters representing the dimension and the parameter
.
Slots
dim
An integer that captures the dimension
coeff
A strictly positive number representing the constant
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("standardSimplex_exp_sum",dim=n,coeff=1)
[Package multIntTestFunc version 0.2.0 Index]