evaluate: Evaluate test function instance for a set of node points

evaluateR Documentation

Evaluate test function instance for a set of node points

Description

evaluate is a generic function that evaluates the test function instance for a collection of evaluation points represented by a matrix. Each row is one evaluation point.

Usage

evaluate(object, x)

## S4 method for signature 'Pn_lognormalDensity,matrix'
evaluate(object, x)

## S4 method for signature 'Pn_logtDensity,ANY'
evaluate(object, x)

## S4 method for signature 'Rn_Gauss,matrix'
evaluate(object, x)

## S4 method for signature 'Rn_floorNorm,matrix'
evaluate(object, x)

## S4 method for signature 'Rn_normalDensity,matrix'
evaluate(object, x)

## S4 method for signature 'Rn_tDensity,ANY'
evaluate(object, x)

## S4 method for signature 'standardSimplex_Dirichlet,matrix'
evaluate(object, x)

## S4 method for signature 'standardSimplex_exp_sum,matrix'
evaluate(object, x)

## S4 method for signature 'unitBall_normGauss,matrix'
evaluate(object, x)

## S4 method for signature 'unitBall_polynomial,matrix'
evaluate(object, x)

## S4 method for signature 'unitCube_BFN4,matrix'
evaluate(object, x)

## S4 method for signature 'unitCube_cos2,matrix'
evaluate(object, x)

## S4 method for signature 'unitCube_floor,matrix'
evaluate(object, x)

## S4 method for signature 'unitCube_max,matrix'
evaluate(object, x)

## S4 method for signature 'unitSphere_innerProduct1,matrix'
evaluate(object, x)

## S4 method for signature 'unitSphere_polynomial,matrix'
evaluate(object, x)

Arguments

object

Test function that gets evaluated

x

Matrix where each row represents one evaluation point

Value

Vector where each element is an evaluation of the test function for a node point (row in x)

Author(s)

Klaus Herrmann


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