public class Almgren2003Estimator extends GrossProfitEstimator
Constructor and Description |
---|
Almgren2003Estimator(PowerImpactContinuous pic,
LinearPermanentExpectationParameters lpep)
Almgren2003Estimator Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
optimalInformationRatio(double dblD)
Compute the Optimal Information Ratio
|
double |
optimalInformationRatioHorizon(double dblD)
Generate the Horizon that results in the Optimal Information Ratio
|
HorizonInformationRatioDependence |
optimalMeasures()
Generate the Constant/Exponent Dependencies on the Market Parameters for the Optimal Execution Horizon
/ Information Ratio
|
double |
principalDiscountHurdle(double dblI)
Compute the Principal Discount Hurdle given the Information Ratio
|
breakevenPrincipalDiscount, efficientTrajectory, horizonPrincipalMeasure, informationRatio, principalMeasure
public Almgren2003Estimator(PowerImpactContinuous pic, LinearPermanentExpectationParameters lpep) throws java.lang.Exception
pic
- The Power Continuous Market Impact Trajectorylpep
- The Linear Permanent Expectation Paremeterjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double optimalInformationRatioHorizon(double dblD) throws java.lang.Exception
dblD
- The Principal Discount "D"java.lang.Exception
- Thrown if the Inputs are Invalidpublic double optimalInformationRatio(double dblD) throws java.lang.Exception
dblD
- The Principal Discount "D"java.lang.Exception
- Thrown if the Inputs are Invalidpublic double principalDiscountHurdle(double dblI) throws java.lang.Exception
dblI
- The Optimal Information Ratio "I"java.lang.Exception
- Thrown if the Inputs are Invalidpublic HorizonInformationRatioDependence optimalMeasures()