public class ConfidenceInterval
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ConfidenceInterval(Matrix lowerBoundValue,
Matrix upperBoundValue,
double probabilityLevel) |
Modifier and Type | Method and Description |
---|---|
Matrix |
getLowerLimit()
This method returns the lower bound of the interval.
|
double |
getProbabilityLevel()
This method returns the probability level of the interval.
|
Matrix |
getUpperLimit()
This method returns the upper bound of the interval.
|
boolean |
isThereAnyNaN()
This method returns true if one of the bound of the confidence intervals contains a NaN
|
public Matrix getLowerLimit()
public Matrix getUpperLimit()
public double getProbabilityLevel()
public boolean isThereAnyNaN()