Uses of Class
org.drip.validation.evidence.Sample
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 Sample in org.drip.measure.bayesian
Methods in org.drip.measure.bayesian with parameters of type Sample Modifier and Type Method Description boolean
ConjugateParameterPrior. bayesUpdate(Sample sample)
Perform an Bayes' Update of the Conjugate Prior from the Sample -
Uses of Sample in org.drip.measure.gamma
Methods in org.drip.measure.gamma that return Sample Modifier and Type Method Description Sample
R1ParameterEstimator. sample()
Retrieve the Samples used for the ML EstimateSample
R1ScaleInvariantScaleParameterEstimator. sample()
Retrieve the Samples used for the ML EstimateMethods in org.drip.measure.gamma with parameters of type Sample Modifier and Type Method Description boolean
ConjugateScalePrior. bayesUpdate(Sample sample)
boolean
ConjugateShapePrior. bayesUpdate(Sample sample)
boolean
ConjugateShapeScalePrior. bayesUpdate(Sample sample)
Perform an Bayes' Update of the Conjugate Prior from the SampleConstructors in org.drip.measure.gamma with parameters of type Sample Constructor Description R1ConsistentEstimator(Sample sample)
R1ConsistentEstimator ConstructorR1MaximumLikelihoodEstimator(Sample sample)
R1MaximumLikelihoodEstimator ConstructorR1ScaleInvariantScaleParameterEstimator(Sample sample)
R1ScaleInvariantScaleParameterEstimator Constructor -
Uses of Sample in org.drip.validation.evidence
Methods in org.drip.validation.evidence that return Sample Modifier and Type Method Description Sample[]
Ensemble. sampleArray()
Retrieve the Array of the Statistical Hypothesis SamplesConstructors in org.drip.validation.evidence with parameters of type Sample Constructor Description Ensemble(Sample[] sampleArray, TestStatisticEvaluator[] testStatisticEvaluatorArray)
Ensemble Constructor -
Uses of Sample in org.drip.validation.riskfactorjoint
Methods in org.drip.validation.riskfactorjoint that return Sample Modifier and Type Method Description Sample
NormalSampleCohort. reduce(java.lang.String label1, java.lang.String label2)
Sample
SampleCohort. reduce(java.lang.String label1, java.lang.String label2)
Reduce the Joint Realizations for the Pair of State Labels to a Single Risk Factor Sample -
Uses of Sample in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle with parameters of type Sample Modifier and Type Method Description static DiscriminatoryPowerAnalyzer
DiscriminatoryPowerAnalyzer. FromSample(Sample sample, GapTestSetting gapTestSetting)
Construct a DiscriminatoryPowerAnalyzer Instance from the Sample