public class ProjectionImpliedConfidenceOutput
extends java.lang.Object
Constructor and Description |
---|
ProjectionImpliedConfidenceOutput(double[] adblUnadjustedWeight,
BlackLittermanCustomConfidenceOutput blcco,
BlackLittermanOutput bloFullConfidence)
ProjectionImpliedConfidenceOutput Constructor
|
Modifier and Type | Method and Description |
---|---|
BlackLittermanCustomConfidenceOutput |
customConfidenceOutput()
Retrieve the Custom Projection Confidence Black Litterman Run Output
|
double[] |
customProjectionConfidenceDeviation()
Retrieve the Custom Projection Induced Equilibrium Asset Deviation Array
|
double[] |
customProjectionConfidenceWeight()
Retrieve the Custom Projection Induced Equilibrium Asset Weight Array
|
BlackLittermanOutput |
fullConfidenceOutput()
Retrieve the Full Projection Confidence Black Litterman Run Output
|
double[] |
fullProjectionConfidenceDeviation()
Retrieve the Full Projection Induced Equilibrium Asset Deviation Array
|
double[] |
fullProjectionConfidenceWeight()
Retrieve the Full Projection Induced Equilibrium Asset Weight Array
|
double[] |
level()
Compute the Array of the Custom Projection Induced Confidence Level
|
double[] |
unadjustedWeights()
Retrieve the Array of the Unadjusted Equilibrium Weights
|
public ProjectionImpliedConfidenceOutput(double[] adblUnadjustedWeight, BlackLittermanCustomConfidenceOutput blcco, BlackLittermanOutput bloFullConfidence) throws java.lang.Exception
adblUnadjustedWeight
- Array of the Unadjusted Weightsblcco
- The Custom Confidence Black Litterman Run OutputbloFullConfidence
- The Full Confidence Black Litterman Run Outputjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double[] unadjustedWeights()
public BlackLittermanCustomConfidenceOutput customConfidenceOutput()
public BlackLittermanOutput fullConfidenceOutput()
public double[] customProjectionConfidenceDeviation()
public double[] customProjectionConfidenceWeight()
public double[] fullProjectionConfidenceDeviation()
public double[] fullProjectionConfidenceWeight()
public double[] level()