Package org.drip.sample.idzorek
Class ProjectionImpliedConfidenceTilt
java.lang.Object
org.drip.sample.idzorek.ProjectionImpliedConfidenceTilt
public class ProjectionImpliedConfidenceTilt
extends java.lang.Object
ProjectionImpliedConfidenceTilt computes the Tilt induced on an Asset by a User-specified
Confidence. 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 ProjectionImpliedConfidenceTilt()
-
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
-
ProjectionImpliedConfidenceTilt
public ProjectionImpliedConfidenceTilt()
-
-
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
-