domainCheck {multIntTestFunc} | R Documentation |
domainCheck is a generic function that allows to test if a collection of evaluation points are inside the integration domain associated to the test function instance or not.
domainCheck(object, x)
## S4 method for signature 'Pn_lognormalDensity,matrix'
domainCheck(object, x)
## S4 method for signature 'Pn_logtDensity,matrix'
domainCheck(object, x)
## S4 method for signature 'Rn_Gauss,matrix'
domainCheck(object, x)
## S4 method for signature 'Rn_floorNorm,matrix'
domainCheck(object, x)
## S4 method for signature 'Rn_normalDensity,matrix'
domainCheck(object, x)
## S4 method for signature 'Rn_tDensity,matrix'
domainCheck(object, x)
## S4 method for signature 'standardSimplex_Dirichlet,matrix'
domainCheck(object, x)
## S4 method for signature 'standardSimplex_exp_sum,matrix'
domainCheck(object, x)
## S4 method for signature 'unitBall_normGauss,matrix'
domainCheck(object, x)
## S4 method for signature 'unitBall_polynomial,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_BFN1,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_BFN2,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_BFN3,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_BFN4,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_Genz1,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_cos2,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_floor,matrix'
domainCheck(object, x)
## S4 method for signature 'unitCube_max,matrix'
domainCheck(object, x)
## S4 method for signature 'unitSphere_innerProduct1,matrix'
domainCheck(object, x)
## S4 method for signature 'unitSphere_polynomial,matrix'
domainCheck(object, x)
object |
Test function that gets evaluated |
x |
Matrix where each row represents one evaluation point |
Vector where each element (TRUE or FALSE) indicates if a point (row in the input matrix) is in the integration domain
Klaus Herrmann