Base class for Event Study test statistics
Source:R/single_event_test_statistics.R
TestStatisticBase.RdBase class for Event Study test statistics
Public fields
nameShort code of the test statistic.
confidence_levelThe chosen confidence level.
confidence_typeType of the test. Defaults to 'two-sided'. Alternatives are 'less' or greater'.
Methods
TestStatisticBase$new()
Initializes the test statistic. This includes the confidence level and the type of the test ('less', greater' or 'two-sided')
Usage
TestStatisticBase$new(confidence_level = 0.95, confidence_type = "two-sided")