public static class ACERAnalysis.Result extends Object
Constructor and Description |
---|
Result(NonlinearFit.Result fitResult,
ACERConfidenceInterval confidenceInterval,
ACERReturnLevel returnLevel,
EmpiricalACER estimates) |
Modifier and Type | Method and 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.
|
public Result(NonlinearFit.Result fitResult, ACERConfidenceInterval confidenceInterval, ACERReturnLevel returnLevel, EmpiricalACER estimates)
public NonlinearFit.Result getFitResult()
public ACERConfidenceInterval getConfidenceInterval()
public ACERReturnLevel getReturnLevel()
public EmpiricalACER getEstimates()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.