public class LatentStateManifestSensitivity
extends java.lang.Object
| Constructor and Description |
|---|
LatentStateManifestSensitivity(PreceedingManifestSensitivityControl pmsc)
LatentStateManifestSensitivity constructor
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getDBasisCoeffDLocalManifest()
Get the Array containing the Sensitivities of the Basis Coefficients to the Local Manifest Measure
|
double[] |
getDBasisCoeffDPreceedingManifest()
Get the Array containing the Sensitivities of the Basis Coefficients to the Preceeding Manifest
Measure
|
double |
getDResponseDPreceedingManifest()
Get the Sensitivity of the Segment Response to the Preceeding Manifest Measure
|
PreceedingManifestSensitivityControl |
getPMSC()
Get the Preceeding Manifest Measure Sensitivity Control Parameters
|
boolean |
setDBasisCoeffDLocalManifest(double[] adblDBasisCoeffDLocalManifest)
Set the Array containing the Sensitivities of the Basis Coefficients to the Local Manifest Measure
|
boolean |
setDBasisCoeffDPreceedingManifest(double[] adblDBasisCoeffDPreceedingManifest)
Set the Array containing the Sensitivities of the Basis Coefficients to the Preceeding Manifest
Measure
|
boolean |
setDResponseDPreceedingManifest(double dblDResponseDPreceedingManifest)
Set the Sensitivity of the Segment Response to the Preceeding Manifest Measure
|
public LatentStateManifestSensitivity(PreceedingManifestSensitivityControl pmsc) throws java.lang.Exception
pmsc - The Preceeding Manifest Measure Sensitivity Control Parametersjava.lang.Exception - Thrown if the Inputs are invalidpublic boolean setDBasisCoeffDLocalManifest(double[] adblDBasisCoeffDLocalManifest)
adblDBasisCoeffDLocalManifest - The Array containing the Sensitivities of the Basis Coefficients
to the Local Manifest Measurepublic double[] getDBasisCoeffDLocalManifest()
public boolean setDBasisCoeffDPreceedingManifest(double[] adblDBasisCoeffDPreceedingManifest)
adblDBasisCoeffDPreceedingManifest - The Array containing the Sensitivities of the Basis
Coefficients to the Preceeding Manifest Measurepublic double[] getDBasisCoeffDPreceedingManifest()
public boolean setDResponseDPreceedingManifest(double dblDResponseDPreceedingManifest)
dblDResponseDPreceedingManifest - Sensitivity of the Segment Response to the Preceeding Manifest
Measurepublic double getDResponseDPreceedingManifest()
public PreceedingManifestSensitivityControl getPMSC()