Class ACERAnalysis.Result
- java.lang.Object
-
- dev.nm.stat.evt.evd.univariate.fitting.acer.ACERAnalysis.Result
-
- Enclosing class:
- ACERAnalysis
public static class ACERAnalysis.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result(NonlinearFit.Result fitResult, ACERConfidenceInterval confidenceInterval, ACERReturnLevel returnLevel, EmpiricalACER estimates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ACERConfidenceInterval
getConfidenceInterval()
Get the estimated confidence intervals of the fitted ACER function.EmpiricalACER
getEstimates()
Get the empirical estimates.NonlinearFit.Result
getFitResult()
Get the fitted parameter.ACERReturnLevel
getReturnLevel()
Get the return level function for the estimated ACER function.
-
-
-
Constructor Detail
-
Result
public Result(NonlinearFit.Result fitResult, ACERConfidenceInterval confidenceInterval, ACERReturnLevel returnLevel, EmpiricalACER estimates)
-
-
Method Detail
-
getFitResult
public NonlinearFit.Result getFitResult()
Get the fitted parameter.- Returns:
- the fitted parameter
-
getConfidenceInterval
public ACERConfidenceInterval getConfidenceInterval()
Get the estimated confidence intervals of the fitted ACER function.- Returns:
- the estimated confidence interval
-
getReturnLevel
public ACERReturnLevel getReturnLevel()
Get the return level function for the estimated ACER function.- Returns:
- the return level function
-
getEstimates
public EmpiricalACER getEstimates()
Get the empirical estimates.- Returns:
- the estimates
-
-