exactIntegral {multIntTestFunc} | R Documentation |
Get exact integral for test function instance
Description
exactIntegral is a generic function that allows to calculate the exact value of a test function instance over the associated integration domain.
Usage
exactIntegral(object)
## S4 method for signature 'Pn_lognormalDensity'
exactIntegral(object)
## S4 method for signature 'Pn_logtDensity'
exactIntegral(object)
## S4 method for signature 'Rn_Gauss'
exactIntegral(object)
## S4 method for signature 'Rn_floorNorm'
exactIntegral(object)
## S4 method for signature 'Rn_normalDensity'
exactIntegral(object)
## S4 method for signature 'Rn_tDensity'
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_BFN4'
exactIntegral(object)
## S4 method for signature 'unitCube_cos2'
exactIntegral(object)
## S4 method for signature 'unitCube_floor'
exactIntegral(object)
## S4 method for signature 'unitCube_max'
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
[Package multIntTestFunc version 0.2.0 Index]