exactIntegral: Get exact integral for test function instance

Description Usage Arguments Value Author(s)

Description

exactIntegral is a generic function that allows to calculate the exact value of a test function instance over the associated integration domain.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
exactIntegral(object)

## S4 method for signature 'Rn_Gauss'
exactIntegral(object)

## S4 method for signature 'Rn_floorNorm'
exactIntegral(object)

## S4 method for signature 'standardSimplex_Dirichlet'
exactIntegral(object)

## S4 method for signature 'standardSimplex_exp_sum'
exactIntegral(object)

## S4 method for signature 'unitBall_normGauss'
exactIntegral(object)

## S4 method for signature 'unitBall_polynomial'
exactIntegral(object)

## S4 method for signature 'unitCube_cos2'
exactIntegral(object)

## S4 method for signature 'unitCube_floor'
exactIntegral(object)

## S4 method for signature 'unitSphere_innerProduct1'
exactIntegral(object)

## S4 method for signature 'unitSphere_polynomial'
exactIntegral(object)

Arguments

object

The test function that gets evaluated

Value

Numeric value of the integral of the test function

Author(s)

Klaus Herrmann


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