Description Usage Arguments Value Author(s)
exactIntegral is a generic function that allows to calculate the exact value of a test function instance over the associated integration domain.
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)
|
object |
The test function that gets evaluated |
Numeric value of the integral of the test function
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.