public class PivotedDepartureBounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PIVOT_ANCHOR_TYPE_CUSTOM
PIVOT ANCHOR TYPE - CUSTOM
|
static int |
PIVOT_ANCHOR_TYPE_MEAN
PIVOT ANCHOR TYPE - MEAN
|
static int |
PIVOT_ANCHOR_TYPE_ZERO
PIVOT ANCHOR TYPE - ZERO
|
Constructor and Description |
---|
PivotedDepartureBounds(int iPivotAnchorType,
double dblCustomPivotAnchor,
double dblLower,
double dblUpper)
PivotedDepartureBounds Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
customPivotAnchor()
Retrieve the Custom Pivot Anchor
|
double |
lower()
Retrieve the Lower Probability Bound
|
int |
pivotAnchorType()
Retrieve the Pivot Anchor Type
|
double |
upper()
Retrieve the Upper Probability Bound
|
public static final int PIVOT_ANCHOR_TYPE_ZERO
public static final int PIVOT_ANCHOR_TYPE_MEAN
public static final int PIVOT_ANCHOR_TYPE_CUSTOM
public PivotedDepartureBounds(int iPivotAnchorType, double dblCustomPivotAnchor, double dblLower, double dblUpper) throws java.lang.Exception
iPivotAnchorType
- The Type of the Pivot AnchordblCustomPivotAnchor
- The Custom Pivot AnchordblLower
- Lower BounddblUpper
- Upper Boundjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double lower()
public double upper()
public int pivotAnchorType()
public double customPivotAnchor()