getIntegrationDomain | R Documentation |
getIntegrationDomain is a generic function that returns a description of the integration domain associate to the test function instance.
getIntegrationDomain(object)
## S4 method for signature 'Pn_lognormalDensity'
getIntegrationDomain(object)
## S4 method for signature 'Pn_logtDensity'
getIntegrationDomain(object)
## S4 method for signature 'Rn_Gauss'
getIntegrationDomain(object)
## S4 method for signature 'Rn_floorNorm'
getIntegrationDomain(object)
## S4 method for signature 'Rn_normalDensity'
getIntegrationDomain(object)
## S4 method for signature 'Rn_tDensity'
getIntegrationDomain(object)
## S4 method for signature 'standardSimplex_Dirichlet'
getIntegrationDomain(object)
## S4 method for signature 'standardSimplex_exp_sum'
getIntegrationDomain(object)
## S4 method for signature 'unitBall_normGauss'
getIntegrationDomain(object)
## S4 method for signature 'unitBall_polynomial'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_BFN1'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_BFN2'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_BFN3'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_BFN4'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_Genz1'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_cos2'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_floor'
getIntegrationDomain(object)
## S4 method for signature 'unitCube_max'
getIntegrationDomain(object)
## S4 method for signature 'unitSphere_innerProduct1'
getIntegrationDomain(object)
## S4 method for signature 'unitSphere_polynomial'
getIntegrationDomain(object)
object |
Test function for which the description is returned |
Description of the integration domain of the function
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.