exactIntegral | R Documentation |
exactIntegral is a generic function that allows to calculate the exact value of a test function instance over the associated integration domain.
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_BFN1'
exactIntegral(object)
## S4 method for signature 'unitCube_BFN2'
exactIntegral(object)
## S4 method for signature 'unitCube_BFN3'
exactIntegral(object)
## S4 method for signature 'unitCube_BFN4'
exactIntegral(object)
## S4 method for signature 'unitCube_Genz1'
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)
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.