validate_IntegrableFunction: Validator for S3 class 'IntegrableFunction'

Description Usage Arguments Details Special Attention See Also

View source: R/integrable_function.R

Description

This function serves as a validator for the S3 class IntegrableFunction. See 'Details' for further information and potential flaws.

Usage

1

Arguments

x

an R object to validate as object of S3 class IntegrableFunction.

Details

The validator validate_IntegrableFunction can be used to verify objects as formally correct S3 objects of class IntegrableFunction. In particular the formal structure is ensured. Additionally this function tries to (see 'Special Attention') validate the additional conditions of valid integrable functions as specified in the first 'Details'-paragraph of IntegrableFunction.

Special Attention

Like all numerical routines, validate_IntegrableFunction can evaluate the represented function on a finite set of points. If the represented function returns valid results over nearly all its range, it is possible that the validator misses unexpected/wrong return values. Thus, using IntegrableFunction or validate_IntegrableFunction to construct and validate objects representing integrable functions is not sufficient to ensure the properties listed in the first 'Details'-paragraph of IntegrableFunction, but serves more as a sanity-check.

See Also

IntegrableFunction for more information about integrable functions and the S3 class IntegrableFunction.


hericks/KDE documentation built on Aug. 22, 2020, 12:04 a.m.