domainCheck: Check if node points are in the domain of a test function...

domainCheckR Documentation

Check if node points are in the domain of a test function instance

Description

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.

Usage

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_BFN4,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)

Arguments

object

Test function that gets evaluated

x

Matrix where each row represents one evaluation point

Value

Vector where each element (TRUE or FALSE) indicates if a point (row in the input matrix) is in the integration domain

Author(s)

Klaus Herrmann


multIntTestFunc documentation built on April 19, 2023, 5:07 p.m.