Uses of Class
org.drip.measure.continuous.R1Distribution
| Package | Description |
|---|---|
| org.drip.dynamics.process |
Ito-Dynamics Based Stochastic Process
|
| org.drip.execution.bayesian |
Bayesian Price Based Optimal Execution
|
| org.drip.execution.discrete |
Trajectory Slice Execution Cost Distribution
|
| org.drip.graph.mst |
Agnostic Minimum Spanning Tree Properties
|
| org.drip.measure.bayesian |
Prior, Conditional, Posterior Theil Bayesian
|
| org.drip.measure.chisquare |
Chi-Square Distribution Implementation/Properties
|
| org.drip.measure.continuous |
R1 Rd Continuous Random Measure
|
| org.drip.measure.exponential |
R1 Exponential Distribution Implementation/Properties
|
| org.drip.measure.gamma |
R1 Gamma Distribution Implementation/Properties
|
| org.drip.measure.gaussian |
R1 Rd Covariant Gaussian Quadrature
|
| org.drip.measure.lebesgue |
Uniform Piece-wise Lebesgue Measure
|
| org.drip.measure.transform |
Expressing one Measure Using Another
|
| org.drip.oms.indifference |
Reservation Price Good-deal Bounds
|
| org.drip.sequence.functional |
Efron Stein Functional Supremum Bounds
|
| org.drip.sequence.metrics |
Sequence Bounds Agnostic Metrics Estimators
|
| org.drip.sequence.random |
Correlated Multi-Factor Sequence Generator
|
| org.drip.spaces.metric |
Hilbert/Banach Normed Metric Spaces
|
| org.drip.validation.distance |
Hypothesis Target Distance Test Builders
|
-
Uses of R1Distribution in org.drip.dynamics.process
Methods in org.drip.dynamics.process that return R1Distribution Modifier and Type Method Description R1DistributionR1StochasticEvolver. futureValueDistribution(double x0, double t)Generate the Future Value Distribution at Time t -
Uses of R1Distribution in org.drip.execution.bayesian
Subclasses of R1Distribution in org.drip.execution.bayesian Modifier and Type Class Description classConditionalPriceDistributionConditionalPriceDistribution holds the Price Distribution Conditional on a given Drift.classPriorDriftDistributionPriorDriftDistribution holds the Prior Belief Distribution associated with the Directional Drift. -
Uses of R1Distribution in org.drip.execution.discrete
Subclasses of R1Distribution in org.drip.execution.discrete Modifier and Type Class Description classShortfallIncrementDistributionShortfallIncrementDistribution holds the Parameters of the R1 Normal Short fall Increment Distribution. -
Uses of R1Distribution in org.drip.graph.mst
Methods in org.drip.graph.mst with parameters of type R1Distribution Modifier and Type Method Description static doubleSteeleCompleteUniformRandomTree. AsymptoticFriezeMSTLength(R1Distribution r1Univariate)Compute the Length of the MST for Large n (attribution to Alan M. -
Uses of R1Distribution in org.drip.measure.bayesian
Methods in org.drip.measure.bayesian that return R1Distribution Modifier and Type Method Description R1DistributionR1UnivariateConvolutionMetrics. conditional()Retrieve the R1 Univariate Conditional DistributionR1DistributionR1UnivariateConvolutionMetrics. joint()Retrieve the R1 Univariate Joint DistributionR1DistributionR1UnivariateConvolutionMetrics. posterior()Retrieve the R1 Univariate Posterior DistributionR1DistributionR1UnivariateConvolutionMetrics. prior()Retrieve the R1 Univariate Prior DistributionR1DistributionR1UnivariateConvolutionMetrics. unconditional()Retrieve the R1 Univariate Unconditional DistributionMethods in org.drip.measure.bayesian with parameters of type R1Distribution Modifier and Type Method Description R1UnivariateConvolutionMetricsR1UnivariateConvolutionEngine. process(R1Distribution univariatePrior, R1Distribution univariateUnconditional, R1Distribution univariateConditional)Generate the Joint R1 Univariate Combined DistributionConstructors in org.drip.measure.bayesian with parameters of type R1Distribution Constructor Description R1UnivariateConvolutionMetrics(R1Distribution prior, R1Distribution unconditional, R1Distribution conditional, R1Distribution joint, R1Distribution posterior)R1UnivariateConvolutionMetrics Constructor -
Uses of R1Distribution in org.drip.measure.chisquare
Subclasses of R1Distribution in org.drip.measure.chisquare Modifier and Type Class Description classR1CentralR1Central implements the Probability Density Function for the R1 Central Chi-Square Distribution.classR1CentralCLTProxyR1CentralCLTProxy implements the N (0, 1) CLT Proxy Version for the R1 Chi-Square Distribution.classR1CentralFisherProxyR1CentralFisherProxy implements the Univariate Normal Proxy Version using the Fisher Transformation for the R1 Chi-Square Distribution.classR1CentralWilsonHilfertyR1CentralWilsonHilferty implements the Normal Proxy Version for the R1 Chi-Square Distribution using the Wilson-Hilferty Transfomation.classR1NonCentralR1NonCentral implements the Distribution Table for the R1 Non-central Chi-Square Distribution.classR1NonCentralAbdelAtyR1NonCentralAbdelAty implements the Abdel-Aty (1954) Wilson-Haferty Approximation for the R1 Non-central Chi-Square Distribution.classR1NonCentralCLTProxyR1NonCentralCLTProxy implements the CLT Proxy Distribution for the R1 Non-central Chi-Square Distribution.classR1NonCentralCumulantInvariantR1NonCentralCumulantInvariant implements the Cumulant Invariant Transformation for the R1 Non-central Chi-Square Distribution.classR1NonCentralSankaranR1NonCentralSankaran implements the Sankaran (1959, 1963) Wilson-Haferty Approximation for the R1 Non-central Chi-Square Distribution.classR1NonCentralWilsonHafertyR1NonCentralWilsonHaferty implements the Wilson-Haferty Transform for the R1 Non-central Chi-Square Distribution.classR1WilsonHilfertyR1WilsonHilferty implements the Normal Proxy Version for the R1 Chi-Square Distribution using the Wilson-Hilferty Transformation. -
Uses of R1Distribution in org.drip.measure.continuous
Subclasses of R1Distribution in org.drip.measure.continuous Modifier and Type Class Description classI1UniformDistributionI1UniformDistribution implements the Univariate Bounded Uniform Integer Distribution, with the Integer being generated between a (n inclusive) lower and an upper Bound.classR1ParetoDistributionR1ParetoDistribution implements the R1 Pareto Distribution.classR1PowerLawDistributionR1PowerLawDistribution implements the R1 Power Law Distribution.classR1UniformDistributionR1UniformDistribution implements the Univariate R1 Uniform Distribution.Methods in org.drip.measure.continuous with parameters of type R1Distribution Modifier and Type Method Description doubleR1Distribution. kullbackLeiblerDivergence(R1Distribution r1UnivariateOther)Compute the Kullback-Leibler Divergence against the other R1 Distribution -
Uses of R1Distribution in org.drip.measure.exponential
Subclasses of R1Distribution in org.drip.measure.exponential Modifier and Type Class Description classPoissonDistributionPoissonDistribution implements the Univariate Poisson Distribution using the specified Mean/Variance.classR1RateDistributionR1RateDistribution implements the Rate Parameterization of the R1 Exponential Distribution.classR1ScaledDistributionR1ScaledDistribution implements the Probability Density Function for the Scaled R1 Exponential Function.classRealizedMinimaR1RateDistributionRealizedMinimaR1RateDistribution implements the Rate Parameterization of the Realized Minimum among the Set of R1 Exponential Distributions.classTwoIIDSumTwoIIDSum implements the PDF of the Sum of Two IID Exponential Random Variables.Methods in org.drip.measure.exponential with parameters of type R1Distribution Modifier and Type Method Description doubleR1RateDistribution. kullbackLeiblerDivergence(R1Distribution r1UnivariateOther)Compute the Kullback-Leibler Divergence against the other R1 Distribution -
Uses of R1Distribution in org.drip.measure.gamma
Subclasses of R1Distribution in org.drip.measure.gamma Modifier and Type Class Description classErlangDistributionErlangDistribution implements the Shape and Scale Parameterization of the R1 Erlang Distribution.classR1ShapeScaleDiscreteR1ShapeScaleDiscrete generates Discrete Variables that are Derivatives of the R1 Gamma Distribution.classR1ShapeScaleDistributionR1ShapeScaleDistribution implements the Shape and Scale Parameterization of the R1 Gamma Distribution. -
Uses of R1Distribution in org.drip.measure.gaussian
Subclasses of R1Distribution in org.drip.measure.gaussian Modifier and Type Class Description classR1UnivariateNormalR1UnivariateNormal implements the Univariate R1 Normal Distribution. -
Uses of R1Distribution in org.drip.measure.lebesgue
Subclasses of R1Distribution in org.drip.measure.lebesgue Modifier and Type Class Description classR1PiecewiseDisplacedR1PiecewiseDisplaced implements the Displaced Piecewise Linear R1 Distributions.classR1PiecewiseLinearR1PiecewiseLinear implements the Piecewise Linear R1 Distributions.classR1UniformR1Uniform implements the R1 Lebesgue (i.e., Bounded Uniform) Distribution, with a Uniform Distribution between a Lower and an Upper Bound. -
Uses of R1Distribution in org.drip.measure.transform
Subclasses of R1Distribution in org.drip.measure.transform Modifier and Type Class Description classR1GammaToExponentialR1GammaToExponential implements the R1 Exponential Distribution in Terms of the R1 Gamma Distribution.classR1GammaToMaxwellBoltzmannSquaredR1GammaToMaxwellBoltzmannSquared implements the Maxwell-Boltzmann Squared Distribution using the R1 Gamma Distribution. -
Uses of R1Distribution in org.drip.oms.indifference
Methods in org.drip.oms.indifference with parameters of type R1Distribution Modifier and Type Method Description doubleReservationPricer. askClaimsPositionValueAdjustment(R1Distribution underlierPriceDistribution, double moneyMarketPrice, double noClaimsInventoryUtilityExpectation)Compute the Ask Claims Inventory-based Position Value AdjustmentdoubleReservationPricer. bidClaimsPositionValueAdjustment(R1Distribution underlierPriceDistribution, double moneyMarketPrice, double noClaimsInventoryUtilityExpectation)Compute the Bid Claims Inventory-based Position Value AdjustmentClaimsUtilityExpectationInferenceRunUtilityFunctionExpectation. inferPositionAdjustment(R1Distribution underlierPriceDistribution, double targetUtilityExpectationValue)Run the Position Adjustment Inference for the Claims given the Target Utility Expectation ValuedoubleReservationPricer. noClaimsInventoryUtilityExpectation(R1Distribution underlierPriceDistribution, double moneyMarketPrice)Compute the No-Claims Inventory-based Optimal Utility ValueUtilityExpectationOptimizationRunUtilityFunctionExpectation. optimizationRun(R1Distribution underlierPriceDistribution, double positionValueAdjustment)Generate the Utility Expectation Optimization Run given the Underlier Price DistributionReservationPricingRunReservationPricer. reservationPricingRun(R1Distribution underlierPriceDistribution, double moneyMarketPrice)Run a Reservation Pricing Flow -
Uses of R1Distribution in org.drip.sequence.functional
Methods in org.drip.sequence.functional that return R1Distribution Modifier and Type Method Description R1DistributionFunctionSupremumUnivariateRandom. underlyingDistribution()Retrieve the Underlying DistributionR1DistributionIdempotentUnivariateRandom. underlyingDistribution()Retrieve the Underlying DistributionConstructors in org.drip.sequence.functional with parameters of type R1Distribution Constructor Description BinaryIdempotentUnivariateRandom(double dblOffset, R1Distribution dist, double dblVariateBound, double dblPositiveProbability)BinaryIdempotentUnivariateRandom ConstructorBoundedIdempotentUnivariateRandom(double dblOffset, R1Distribution dist, double dblVariateBound)BoundedIdempotentUnivariateRandom ConstructorFunctionSupremumUnivariateRandom(R1ToR1[] aAUClass, R1Distribution dist)FunctionSupremumUnivariateRandom ConstructorIdempotentUnivariateRandom(double dblOffset, R1Distribution dist)IdempotentUnivariateRandom Constructor -
Uses of R1Distribution in org.drip.sequence.metrics
Methods in org.drip.sequence.metrics that return R1Distribution Modifier and Type Method Description R1DistributionSingleSequenceAgnosticMetrics. populationDistribution()Retrieve the Population DistributionConstructors in org.drip.sequence.metrics with parameters of type R1Distribution Constructor Description BoundedSequenceAgnosticMetrics(double[] adblSequence, R1Distribution distPopulation, double dblSupport)BoundedSequenceAgnosticMetrics ConstructorIntegerSequenceAgnosticMetrics(double[] adblSequence, R1Distribution distPopulation)Build out the Sequence and their MetricsSingleSequenceAgnosticMetrics(double[] adblSequence, R1Distribution distPopulation)Build out the Sequence and their Metrics -
Uses of R1Distribution in org.drip.sequence.random
Methods in org.drip.sequence.random with parameters of type R1Distribution Modifier and Type Method Description SingleSequenceAgnosticMetricsBounded. sequence(int iNumEntry, R1Distribution distPopulation)SingleSequenceAgnosticMetricsBoundedUniformInteger. sequence(int iNumEntry, R1Distribution distPopulation)SingleSequenceAgnosticMetricsPoisson. sequence(int iNumEntry, R1Distribution distPopulation)SingleSequenceAgnosticMetricsUnivariateSequenceGenerator. sequence(int iNumEntry, R1Distribution distPopulation)Generate a Random Sequence along with its Metrics -
Uses of R1Distribution in org.drip.spaces.metric
Methods in org.drip.spaces.metric that return R1Distribution Modifier and Type Method Description R1DistributionR1Combinatorial. borelSigmaMeasure()R1DistributionR1Continuous. borelSigmaMeasure()R1DistributionR1Normed. borelSigmaMeasure()Retrieve the Borel Sigma R1 Probability MeasureMethods in org.drip.spaces.metric with parameters of type R1Distribution Modifier and Type Method Description static R1CombinatorialBallR1CombinatorialBall. ClosedUnit(java.util.List<java.lang.Double> lsElementSpace, R1Distribution distR1, int iPNorm)Construct a R1CombinatorialBall Instance of Unit Radiusstatic R1ContinuousBallR1ContinuousBall. ClosedUnit(double dblLeftEdge, double dblRightEdge, R1Distribution distR1, int iPNorm)Construct a R1ContinuousBall Instance of Unit Radiusstatic R1CombinatorialR1Combinatorial. Standard(java.util.List<java.lang.Double> lsElementSpace, R1Distribution distR1, int iPNorm)Construct the Standard lp R1 Combinatorial Space Instancestatic R1ContinuousR1Continuous. Standard(double dblLeftEdge, double dblRightEdge, R1Distribution distR1, int iPNorm)Construct the Standard lp R1 Continuous Space Instancestatic R1CombinatorialR1Combinatorial. Supremum(java.util.List<java.lang.Double> lsElementSpace, R1Distribution distR1)Construct the Supremum (i.e., lInfinity) R1 Combinatorial Space Instancestatic R1ContinuousR1Continuous. Supremum(double dblLeftEdge, double dblRightEdge, R1Distribution distR1)Construct the Supremum (i.e., lInfinity) R1 Continuous Space InstanceConstructors in org.drip.spaces.metric with parameters of type R1Distribution Constructor Description R1Combinatorial(java.util.List<java.lang.Double> elementSpaceList, R1Distribution r1Distribution, int pNorm)R1Combinatorial Space ConstructorR1CombinatorialBall(java.util.List<java.lang.Double> elementSpaceList, R1Distribution r1Distribution, int pNorm, double normRadius)R1CombinatorialBall ConstructorR1Continuous(double leftEdge, double rightEdge, R1Distribution r1Univariate, int pNorm)R1Continuous Space ConstructorR1ContinuousBall(double leftEdge, double rightEdge, R1Distribution r1Univariate, int pNorm, double normRadius)R1ContinuousBall Constructor -
Uses of R1Distribution in org.drip.validation.distance
Methods in org.drip.validation.distance that return R1Distribution Modifier and Type Method Description R1DistributionImportanceWeight. r1Univariate()Retrieve the Underlying R1 DistributionConstructors in org.drip.validation.distance with parameters of type R1Distribution Constructor Description ImportanceWeight(R1Distribution r1Univariate, double positiveExpectation)ImportanceWeight Constructor