public class BlackLittermanOutput
extends java.lang.Object
| Constructor and Description |
|---|
BlackLittermanOutput(ForwardReverseOptimizationOutput frooAdjusted,
double[] adblAllocationAdjustmentTilt)
BlackLittermanOutput Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ForwardReverseOptimizationOutput |
adjustedMetrics()
Retrieve the Adjusted Forward Equilibrium Optimization Metrics
|
double[] |
allocationAdjustmentTilt()
Retrieve the Array of the Black Litterman Allocation Adjustment Tilts
|
public BlackLittermanOutput(ForwardReverseOptimizationOutput frooAdjusted, double[] adblAllocationAdjustmentTilt) throws java.lang.Exception
frooAdjusted - The Black Litterman Adjusted Forward Reverse Equilibrium Optimization OutputadblAllocationAdjustmentTilt - Array of the Allocation Adjustment Tiltsjava.lang.Exception - Thrown if the Inputs are Invalidpublic ForwardReverseOptimizationOutput adjustedMetrics()
public double[] allocationAdjustmentTilt()