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 class
BlackLittermanCustomConfidenceOutput
BlackLittermanCustomConfidenceOutput 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 BlackLittermanOutput
ProjectionImpliedConfidenceOutput. fullConfidenceOutput()
Retrieve the Full Projection Confidence Black Litterman Run OutputBlackLittermanOutput
BlackLittermanCombinationEngine. fullConfidenceRun()
Conduct a Black Litterman Run using a Theil-like Mixed Model Estimator For 100% Confidence in the ProjectionBlackLittermanOutput
BlackLittermanCombinationEngine. 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