public class EmpiricalACERStatistics extends Object
Constructor and Description |
---|
EmpiricalACERStatistics(double[] mean,
double[] confidenceInterval)
Create an instance for storing the computed statistics for estimated epsilon for various
barrier levels.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getConfidenceInterval()
Get the width of half of the confidence interval, that is, the interval is mean +/-
width.
|
double[] |
getMean()
Get the mean of the empirical estimates for each barrier level.
|
public EmpiricalACERStatistics(double[] mean, double[] confidenceInterval)
mean
- the means of the estimated epsilonsconfidenceInterval
- the confidence interval half-widthspublic double[] getMean()
public double[] getConfidenceInterval()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.