unitCube_floor-class: An S4 class to represent the function \lfloor x_1 + ... + x_n...

Description Details Slots Examples

Description

Implementation of the function

f \colon [0,1]^n \to [0,n],\, \vec{x} \mapsto f(\vec{x}) = \lfloor x_1 + … + x_n \rfloor,

where n \in \{1,2,3,…\} is the dimension of the integration domain C_n = [0,1]^n. The integral is known to be

\int_{C_n} f(\vec{x}) d\vec{x} = \frac{n-1}{2}.

Details

The instance needs to be created with one parameter representing the dimension n.

Slots

dim

An integer that captures the dimension

Examples

1
2
n <- as.integer(3)
f <- new("unitCube_floor",dim=n)

multIntTestFunc documentation built on Oct. 5, 2021, 5:08 p.m.