An S4 class providing the methods to quantify uncertainty.
The object consists of 6 slots
Constructor for the S4 Quantifier object.
Usage
Quantifier(id = "ciwm", quantifier, parameters, logger = Logger())Arguments
- id
the quantifier method name associated to this Quantifier. If the method is one of the supported by renoir, the constructor will automatically select a
quantifier. Seesupported_uncertainty_quantifiers()for the supported methods.- quantifier
(optional) function to quantify uncertainty. Must be provided if
idis not one of the supported by renoir.- parameters
list containing the parameters to fix for the chosen quantifier
- logger
a Logger
Slots
ida character string
quantifiera function
parametersa list
loggera Logger