public class LatentStateMetricMeasure
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LATENT_STATE_SURVIVAL
Survival Latent State
|
static java.lang.String |
QUANTIFICATION_METRIC_FORWARD_HAZARD_RATE
Discount Latent State Quantification Metric - Forward Hazard Rate
|
static java.lang.String |
QUANTIFICATION_METRIC_SURVIVAL_PROBABILITY
Survival Latent State Quantification Metric - Survival Probability
|
static java.lang.String |
QUANTIFICATION_METRIC_ZERO_HAZARD_RATE
Discount Latent State Quantification Metric - Zero Hazard Rate
|
Constructor and Description |
---|
LatentStateMetricMeasure(java.lang.String strID,
java.lang.String strQuantificationMetric,
java.lang.String strManifestMeasure,
double dblMeasureQuoteValue)
LatentStateMetricMeasure constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
Retrieve the Latent State ID
|
java.lang.String |
getManifestMeasure()
Retrieve the Product Manifest Measure
|
double |
getMeasureQuoteValue()
Retrieve the Manifest Measure Quote Value
|
java.lang.String |
getQuantificationMetric()
Retrieve the Latent State Quantification Metric
|
public static final java.lang.String LATENT_STATE_SURVIVAL
public static final java.lang.String QUANTIFICATION_METRIC_SURVIVAL_PROBABILITY
public static final java.lang.String QUANTIFICATION_METRIC_ZERO_HAZARD_RATE
public static final java.lang.String QUANTIFICATION_METRIC_FORWARD_HAZARD_RATE
public LatentStateMetricMeasure(java.lang.String strID, java.lang.String strQuantificationMetric, java.lang.String strManifestMeasure, double dblMeasureQuoteValue) throws java.lang.Exception
strID
- Name/ID of the Hidden StatestrQuantificationMetric
- The Quantification Metric of the Latent StatestrManifestMeasure
- Name of the Product Measure from which the Calibration/Inference estimates
the Latent State's Quantification MetricdblMeasureQuoteValue
- Manifest Measure Quote Valuejava.lang.Exception
- Thrown if the inputs are invalidpublic java.lang.String getID()
public java.lang.String getQuantificationMetric()
public java.lang.String getManifestMeasure()
public double getMeasureQuoteValue()