Uses of Class
org.drip.measure.bayesian.ProjectionDistributionLoading
Package | Description |
---|---|
org.drip.measure.bayesian |
Prior, Conditional, Posterior Theil Bayesian
|
-
Uses of ProjectionDistributionLoading in org.drip.measure.bayesian
Methods in org.drip.measure.bayesian that return ProjectionDistributionLoading Modifier and Type Method Description static ProjectionDistributionLoading
ProjectionDistributionLoading. FromConfidence(MultivariateMeta meta, double[] adblMean, double[][] aadblScopingCovariance, double[][] aadblScopingLoading, double dblTau)
Generate the ProjectionDistributionLoading Instance from the Confidence LevelProjectionDistributionLoading
ScopingProjectionVariateDistribution. projectionDistributionLoading(java.lang.String strName)
Retrieve the Named Projection Distribution LoadingMethods in org.drip.measure.bayesian with parameters of type ProjectionDistributionLoading Modifier and Type Method Description boolean
ScopingProjectionVariateDistribution. addProjectionDistributionLoading(java.lang.String strName, ProjectionDistributionLoading pdl)
Add the Named Projection Distribution Loadingstatic R1MultivariateConvolutionMetrics
TheilMixedEstimationModel. GenerateComposite(MultivariateMeta meta, ProjectionDistributionLoading pdl1, ProjectionDistributionLoading pdl2, R1MultivariateNormal r1mnUnconditional)
Generate the Joint Mixed Estimation Model Joint/Posterior Metrics