Class EmpiricalACERStatistics


  • public class EmpiricalACERStatistics
    extends Object
    This class contains the computed statistics of the estimated ACERs.
    • Constructor Detail

      • EmpiricalACERStatistics

        public EmpiricalACERStatistics​(double[] mean,
                                       double[] confidenceInterval)
        Create an instance for storing the computed statistics for estimated epsilon for various barrier levels.
        Parameters:
        mean - the means of the estimated epsilons
        confidenceInterval - the confidence interval half-widths
    • Method Detail

      • getMean

        public double[] getMean()
        Get the mean of the empirical estimates for each barrier level.
        Returns:
        the mean of the estimated ACERs \(\bar{\epsilon_k}(\eta_i)\)
      • getConfidenceInterval

        public double[] getConfidenceInterval()
        Get the width of half of the confidence interval, that is, the interval is mean +/- width.
        Returns:
        the half confidence interval width of the estimates