public class BlackLittermanCustomConfidenceOutput extends BlackLittermanOutput
| Constructor and Description |
|---|
BlackLittermanCustomConfidenceOutput(ForwardReverseOptimizationOutput frooAdjusted,
double[] adblAllocationAdjustmentTilt,
JointPosteriorMetrics jpm)
BlackLittermanCustomConfidenceOutput Constructor
|
| Modifier and Type | Method and Description |
|---|---|
JointPosteriorMetrics |
combinationMetrics()
Retrieve the Bayesian Joint/Posterior Metrics
|
adjustedMetrics, allocationAdjustmentTiltpublic BlackLittermanCustomConfidenceOutput(ForwardReverseOptimizationOutput frooAdjusted, double[] adblAllocationAdjustmentTilt, JointPosteriorMetrics jpm) throws java.lang.Exception
frooAdjusted - The Adjusted Forward Reverse Equilibrium Optimization OutputadblAllocationAdjustmentTilt - Array of the Allocation Adjustment Tiltsjpm - The Bayesian Joint/Posterior Metrics Instancejava.lang.Exception - Thrown if the Inputs are Invalidpublic JointPosteriorMetrics combinationMetrics()