Rn_floorNorm-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 parameter.
In this case the integral is know to be
where is the Riemann zeta function.
Details
The instance needs to be created with two parameters representing and
.
Slots
dim
An integer that captures the dimension
s
A numeric value bigger than 1 representing a power
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("Rn_floorNorm",dim=n,s=2)
[Package multIntTestFunc version 0.2.0 Index]