Rn_Gauss-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
.
In this case the integral is know to be
Details
The instance needs to be created with one parameter representing .
Slots
dim
An integer that captures the dimension
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("Rn_Gauss",dim=n)
[Package multIntTestFunc version 0.2.0 Index]