Base class for test statistic container
Public fields
tests
Container with the statistical tests.
Test container initialization
Methods
StatisticsSetBase$new()
Initializes a test statistic
container. Single event and multiple event
test statistics are collected in separated
containers.
Arguments
tests
List of test statistics.
StatisticsSetBase$add_test()
Usage
StatisticsSetBase$add_test(test)
Arguments
test
A single event study tests.
StatisticsSetBase$clone()
The objects of this class are cloneable with this method.
Usage
StatisticsSetBase$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.