Class ACERConfidenceInterval
- java.lang.Object
-
- dev.nm.stat.evt.evd.univariate.fitting.acer.ACERConfidenceInterval
-
public class ACERConfidenceInterval extends Object
Using the given (estimated) ACER function as the mean, find the ACER parameters at the lower and upper bounds of the estimated confidence interval of ACER values. The R equivalent function isacer::acer.estimate_confidence_intervals
.
-
-
Constructor Summary
Constructors Constructor Description ACERConfidenceInterval(ACERFunction.ACERParameter parameter, EmpiricalACER estimates, double N, double tailMarker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLowerLevel(double returnPeriod)
ACERFunction.ACERParameter
getLowerParameter()
double
getUpperLevel(double returnPeriod)
ACERFunction.ACERParameter
getUpperParameter()
String
toString()
-
-
-
Constructor Detail
-
ACERConfidenceInterval
public ACERConfidenceInterval(ACERFunction.ACERParameter parameter, EmpiricalACER estimates, double N, double tailMarker)
-
-
Method Detail
-
getLowerLevel
public double getLowerLevel(double returnPeriod)
-
getUpperLevel
public double getUpperLevel(double returnPeriod)
-
getLowerParameter
public ACERFunction.ACERParameter getLowerParameter()
-
getUpperParameter
public ACERFunction.ACERParameter getUpperParameter()
-
-