getReferences {multIntTestFunc} | R Documentation |
Get references for test function instance
Description
getReferences is a generic function that returns a vector of references associated to the test function instance.
Usage
getReferences(object)
## S4 method for signature 'Pn_lognormalDensity'
getReferences(object)
## S4 method for signature 'Pn_logtDensity'
getReferences(object)
## S4 method for signature 'Rn_Gauss'
getReferences(object)
## S4 method for signature 'Rn_floorNorm'
getReferences(object)
## S4 method for signature 'Rn_normalDensity'
getReferences(object)
## S4 method for signature 'Rn_tDensity'
getReferences(object)
## S4 method for signature 'standardSimplex_Dirichlet'
getReferences(object)
## S4 method for signature 'standardSimplex_exp_sum'
getReferences(object)
## S4 method for signature 'unitBall_normGauss'
getReferences(object)
## S4 method for signature 'unitBall_polynomial'
getReferences(object)
## S4 method for signature 'unitCube_BFN4'
getReferences(object)
## S4 method for signature 'unitCube_cos2'
getReferences(object)
## S4 method for signature 'unitCube_floor'
getReferences(object)
## S4 method for signature 'unitCube_max'
getReferences(object)
## S4 method for signature 'unitSphere_innerProduct1'
getReferences(object)
## S4 method for signature 'unitSphere_polynomial'
getReferences(object)
Arguments
object |
Test function for which the references are returned |
Value
Vector with references for the specific function
Author(s)
Klaus Herrmann
[Package multIntTestFunc version 0.2.0 Index]