public class EmpiricalACER extends Object
Constructor and Description |
---|
EmpiricalACER(double[][] peaks,
double[] barrierLevels,
double nEventsPerPeriod,
double peakMean,
double[][] acers,
double[] means,
double[] confidenceIntervals) |
Modifier and Type | Method and Description |
---|---|
double[][] |
getACERs()
Get the estimated epsilon values for different barrier levels per period.
|
double[] |
getBarrierLevels()
Get the barrier levels used for estimation.
|
double[] |
getConfidenceWidths()
Get the confidence interval half-widths for the estimates of the barrier levels.
|
double |
getEventCountPerPeriod()
Get the mean peak rate, or the average number of peaks per period.
|
double[] |
getMeans()
Get the (weighted) mean of the estimates for the generated barrier levels.
|
double |
getPeakMean()
Get the average value of peaks.
|
double[][] |
getPeaks()
Get the peaks found in the observations.
|
public EmpiricalACER(double[][] peaks, double[] barrierLevels, double nEventsPerPeriod, double peakMean, double[][] acers, double[] means, double[] confidenceIntervals)
public double[][] getPeaks()
public double[] getBarrierLevels()
public double getEventCountPerPeriod()
public double getPeakMean()
public double[][] getACERs()
public double[] getMeans()
public double[] getConfidenceWidths()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.