Skip to contents

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. See supported_uncertainty_quantifiers() for the supported methods.

quantifier

(optional) function to quantify uncertainty. Must be provided if id is not one of the supported by renoir.

parameters

list containing the parameters to fix for the chosen quantifier

logger

a Logger

Slots

id

a character string

quantifier

a function

parameters

a list

logger

a Logger

Author

Alessandro Barberis