public interface LatentState
Modifier and Type | Method and Description |
---|---|
LatentState |
customTweakManifestMeasure(ResponseValueTweakParams rvtp)
Create a LatentState Instance from the Manifest Measure Tweak Parameters
|
LatentState |
customTweakQuantificationMetric(ResponseValueTweakParams rvtp)
Create a LatentState Instance from the Quantification Metric Tweak Parameters
|
LatentStateMetricMeasure[] |
lsmm()
Retrieve the Array of the LSMM
|
LatentState |
parallelShiftManifestMeasure(double dblShift)
Create a LatentState Instance from the Manifest Measure Parallel Shift
|
LatentState |
parallelShiftQuantificationMetric(double dblShift)
Create a LatentState Instance from the Quantification Metric Parallel Shift
|
LatentState |
shiftManifestMeasure(int iSpanIndex,
double dblShift)
Create a LatentState Instance from the Shift of the Specified Manifest Measure
|
LatentStateMetricMeasure[] lsmm()
LatentState parallelShiftManifestMeasure(double dblShift)
dblShift
- Parallel shift of the Manifest MeasureLatentState shiftManifestMeasure(int iSpanIndex, double dblShift)
iSpanIndex
- Index into the Span that identifies the InstrumentdblShift
- Shift of the Manifest MeasureLatentState customTweakManifestMeasure(ResponseValueTweakParams rvtp)
rvtp
- Manifest Measure Tweak ParametersLatentState parallelShiftQuantificationMetric(double dblShift)
dblShift
- Parallel shift of the Quantification MetricLatentState customTweakQuantificationMetric(ResponseValueTweakParams rvtp)
rvtp
- Quantification Metric Tweak Parameters