public class ConfidenceInterval extends Object
Constructor and Description |
---|
ConfidenceInterval(double confidenceLevel,
Vector mean,
Vector lower,
Vector upper)
Create an instance with the confidence interval information.
|
Modifier and Type | Method and Description |
---|---|
double |
getConfidenceLevel()
Get the confidence level.
|
Vector |
getLower()
Get the lower bounds of the confidence intervals.
|
Vector |
getMean()
Get the mean values.
|
Vector |
getUpper()
Get the upper bounds of the confidence intervals.
|
public ConfidenceInterval(double confidenceLevel, Vector mean, Vector lower, Vector upper)
confidenceLevel
- the confidence levelmean
- the mean valueslower
- the lower bound values of the confidence intervalsupper
- the upper bound values of the confidence intervalspublic double getConfidenceLevel()
public Vector getMean()
public Vector getLower()
public Vector getUpper()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.