Uses of Class
org.drip.sequence.functional.MultivariateRandom
| Package | Description |
|---|---|
| org.drip.learning.rxtor1 |
Statistical Learning Empirical Loss Penalizer
|
| org.drip.sequence.custom |
Glivenko Cantelli Supremum Deviation Bounds
|
| org.drip.sequence.functional |
Efron Stein Functional Supremum Bounds
|
-
Uses of MultivariateRandom in org.drip.learning.rxtor1
Subclasses of MultivariateRandom in org.drip.learning.rxtor1 Modifier and Type Class Description classEmpiricalPenaltySupremumEstimatorEmpiricalPenaltySupremumEstimator contains the Implementation of the Empirical Penalty Supremum Estimator dependent on Multivariate Random Variables where the Multivariate Function is a Linear Combination of Bounded Univariate Functions acting on each Random Variate. -
Uses of MultivariateRandom in org.drip.sequence.custom
Subclasses of MultivariateRandom in org.drip.sequence.custom Modifier and Type Class Description classGlivenkoCantelliFunctionSupremumGlivenkoCantelliFunctionSupremum contains the Implementation of the Supremum Class Objective Function dependent on Multivariate Random Variables where the Multivariate Function is a Linear Combination of Bounded Univariate Functions acting on each Random Variate.classGlivenkoCantelliUniformDeviationGlivenkoCantelliUniformDeviation contains the Implementation of the Bounded Objective Function dependent on Multivariate Random Variables where the Multivariate Function is a Linear Combination of Bounded Univariate Functions acting on each Random Variate.classKernelDensityEstimationL1KernelDensityEstimationL1 implements the L1 Error Scheme Estimation for a Multivariate Kernel Density Estimator with Focus on establishing targeted Variate-Specific and Agnostic Bounds.classLongestCommonSubsequenceLongestCommonSubsequence contains Variance Bounds on the Critical Measures of the Longest Common Subsequence between two Strings.classOrientedPercolationFirstPassageOrientedPercolationFirstPassage contains Variance Bounds on the Critical Measures of the Standard Problem of First Passage Time in Oriented Percolation. -
Uses of MultivariateRandom in org.drip.sequence.functional
Subclasses of MultivariateRandom in org.drip.sequence.functional Modifier and Type Class Description classBoundedMultivariateRandomBoundedMultivariateRandom contains the Implementation of the Bounded Objective Function dependent on Multivariate Random Variables.classFlatMultivariateRandomFlatMultivariateRandom contains the Implementation of the Flat Objective Function dependent on Multivariate Random Variables.Methods in org.drip.sequence.functional with parameters of type MultivariateRandom Modifier and Type Method Description SingleSequenceAgnosticMetrics[]EfronSteinMetrics. pivotedDifferenceSequenceMetrics(MultivariateRandom funcPivot)Compute the Function Sequence Agnostic Metrics associated with each Variate around the Pivot Point provided by the Pivot FunctiondoubleEfronSteinMetrics. pivotVarianceUpperBound(MultivariateRandom funcPivot)Compute the Function Variance Upper Bound using the supplied Multivariate Pivoting FunctionConstructors in org.drip.sequence.functional with parameters of type MultivariateRandom Constructor Description EfronSteinMetrics(MultivariateRandom func, SingleSequenceAgnosticMetrics[] aSSAM)EfronSteinMetrics Constructor