Package org.drip.sample.idzorek
Class ExpectedExcessReturnsWeights
java.lang.Object
org.drip.sample.idzorek.ExpectedExcessReturnsWeights
public class ExpectedExcessReturnsWeights
extends java.lang.Object
ExpectedExcessReturnsWeights reconciles the Expected Returns and the corresponding Weights for
different Input Asset Distributions using the Black-Litterman Model Process. The References are:
- He. G., and R. Litterman (1999): The Intuition behind the Black-Litterman Model Portfolios, Goldman Sachs Asset Management
- Idzorek, T. (2005): A Step-by-Step Guide to the Black-Litterman Model: Incorporating User Specified Confidence Levels, Ibbotson Associates, Chicago
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = DROP API Construction and Usage
- Package = Idzorek (2005) User Confidence Tilt
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ExpectedExcessReturnsWeights()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExpectedExcessReturnsWeights
public ExpectedExcessReturnsWeights()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-