getReferences | R Documentation |
getReferences is a generic function that returns a vector of references associated to the test function instance.
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_BFN1'
getReferences(object)
## S4 method for signature 'unitCube_BFN2'
getReferences(object)
## S4 method for signature 'unitCube_BFN3'
getReferences(object)
## S4 method for signature 'unitCube_BFN4'
getReferences(object)
## S4 method for signature 'unitCube_Genz1'
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)
object |
Test function for which the references are returned |
Vector with references for the specific function
Klaus Herrmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.