public class AssetBounds
extends java.lang.Object
Constructor and Description |
---|
AssetBounds(double dblLower,
double dblUpper)
AssetBounds Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
feasibleStart()
Retrieve a Viable Feasible Starting Point
|
double |
localize(double dblVariate)
Localize the Variate Value to within the Bounds
|
double |
lower()
Retrieve the Lower Bound
|
double |
upper()
Retrieve the Upper Bound
|
public AssetBounds(double dblLower, double dblUpper) throws java.lang.Exception
dblLower
- The Asset Lower BounddblUpper
- The Asset Upper Boundjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double lower()
public double upper()
public double feasibleStart()
public double localize(double dblVariate) throws java.lang.Exception
dblVariate
- The Variate Valuejava.lang.Exception
- Thrown if the Input is Invalid