public class ProjectionExposure
extends java.lang.Object
Constructor and Description |
---|
ProjectionExposure(double[] adblIntraViewComponent,
double[] adblInterViewComponent,
double[] adblPriorViewComponent,
double[][] aadblCompositeConfidenceCovariance)
ProjectionExposure Constructor
|
Modifier and Type | Method and Description |
---|---|
double[][] |
compositeConfidenceCovariance()
Retrieve the Composite Confidence Co-variance
|
double[] |
cumulativeViewComponent()
Compute the Array of Cumulative View Loading Components
|
double[] |
interViewComponent()
Retrieve the View/View Joint Contribution Component
|
double[] |
intraViewComponent()
Retrieve the Single View Joint Contribution Component
|
double[] |
priorViewComponent()
Retrieve the Prior/View Joint Contribution Component
|
public ProjectionExposure(double[] adblIntraViewComponent, double[] adblInterViewComponent, double[] adblPriorViewComponent, double[][] aadblCompositeConfidenceCovariance) throws java.lang.Exception
adblIntraViewComponent
- Array of Per-View View-Specific Exposure ComponentadblInterViewComponent
- Array of Per-View Exposure Contribution from other ViewsadblPriorViewComponent
- Array of View-Specific Per-View ComponentsaadblCompositeConfidenceCovariance
- Composite Confidence Co-variance Matrixjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double[] intraViewComponent()
public double[] interViewComponent()
public double[] priorViewComponent()
public double[][] compositeConfidenceCovariance()
public double[] cumulativeViewComponent()