Uses of Class
org.drip.validation.evidence.R1Sample
| Package | Description |
|---|---|
| org.drip.measure.bayesian |
Prior, Conditional, Posterior Theil Bayesian
|
| org.drip.measure.gamma |
R1 Gamma Distribution Implementation/Properties
|
| org.drip.validation.evidence |
Sample and Ensemble Evidence Processing
|
| org.drip.validation.riskfactorjoint |
Joint Risk Factor Aggregate Tests
|
| org.drip.validation.riskfactorsingle |
Single Risk Factor Aggregate Tests
|
-
Uses of R1Sample in org.drip.measure.bayesian
Methods in org.drip.measure.bayesian with parameters of type R1Sample Modifier and Type Method Description booleanConjugateParameterPrior. bayesUpdate(R1Sample sample)Perform an Bayes' Update of the Conjugate Prior from the Sample -
Uses of R1Sample in org.drip.measure.gamma
Methods in org.drip.measure.gamma that return R1Sample Modifier and Type Method Description R1SampleR1InvariantScaleParameterEstimator. sample()Retrieve the Samples used for the ML EstimateR1SampleR1ParameterEstimator. sample()Retrieve the Samples used for the ML EstimateMethods in org.drip.measure.gamma with parameters of type R1Sample Modifier and Type Method Description booleanConjugateScalePrior. bayesUpdate(R1Sample sample)Perform an Bayes' Update of the Conjugate Prior from the SamplebooleanConjugateShapePrior. bayesUpdate(R1Sample sample)Perform an Bayes' Update of the Conjugate Prior from the SamplebooleanConjugateShapeScalePrior. bayesUpdate(R1Sample sample)Perform an Bayes' Update of the Conjugate Prior from the SampleConstructors in org.drip.measure.gamma with parameters of type R1Sample Constructor Description R1ConsistentEstimator(R1Sample sample)R1ConsistentEstimator ConstructorR1InvariantScaleParameterEstimator(R1Sample sample)R1InvariantScaleParameterEstimator ConstructorR1MaximumLikelihoodEstimator(R1Sample sample)R1MaximumLikelihoodEstimator Constructor -
Uses of R1Sample in org.drip.validation.evidence
Methods in org.drip.validation.evidence that return R1Sample Modifier and Type Method Description R1Sample[]R1Ensemble. sampleArray()Retrieve the Array of the Statistical Hypothesis SamplesConstructors in org.drip.validation.evidence with parameters of type R1Sample Constructor Description R1Ensemble(R1Sample[] r1SampleArray, R1TestStatisticEvaluator[] r1TestStatisticEvaluatorArray)R1Ensemble Constructor -
Uses of R1Sample in org.drip.validation.riskfactorjoint
Methods in org.drip.validation.riskfactorjoint that return R1Sample Modifier and Type Method Description R1SampleLatentStateSampleCohort. reduce(java.lang.String label1, java.lang.String label2)Reduce the Joint Realizations for the Pair of State Labels to a Single Risk Factor SampleR1SampleNormalLatentStateSampleCohort. reduce(java.lang.String label1, java.lang.String label2) -
Uses of R1Sample in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle with parameters of type R1Sample Modifier and Type Method Description static DiscriminatoryPowerAnalyzerDiscriminatoryPowerAnalyzer. FromSample(R1Sample sample, GapTestSetting gapTestSetting)Construct a DiscriminatoryPowerAnalyzer Instance from the Sample