Uses of Class
org.drip.portfolioconstruction.bayesian.BlackLittermanOutput
| Package | Description |
|---|---|
| org.drip.portfolioconstruction.bayesian |
Black Litterman Bayesian Portfolio Construction
|
-
Uses of BlackLittermanOutput in org.drip.portfolioconstruction.bayesian
Subclasses of BlackLittermanOutput in org.drip.portfolioconstruction.bayesian Modifier and Type Class Description classBlackLittermanCustomConfidenceOutputBlackLittermanCustomConfidenceOutput holds the Outputs generated from a Custom Confidence Black Litterman Bayesian Combination Run.Methods in org.drip.portfolioconstruction.bayesian that return BlackLittermanOutput Modifier and Type Method Description BlackLittermanOutputProjectionImpliedConfidenceOutput. fullConfidenceOutput()Retrieve the Full Projection Confidence Black Litterman Run OutputBlackLittermanOutputBlackLittermanCombinationEngine. fullConfidenceRun()Conduct a Black Litterman Run using a Theil-like Mixed Model Estimator For 100% Confidence in the ProjectionBlackLittermanOutputBlackLittermanCombinationEngine. noConfidenceRun()Conduct a Black Litterman Run using a Theil-like Mixed Model Estimator for 0% Confidence in the ProjectionConstructors in org.drip.portfolioconstruction.bayesian with parameters of type BlackLittermanOutput Constructor Description ProjectionImpliedConfidenceOutput(double[] unadjustedWeightArray, BlackLittermanCustomConfidenceOutput customConfidenceOutput, BlackLittermanOutput fullConfidenceOutput)ProjectionImpliedConfidenceOutput Constructor