public class LongestCommonSubsequence extends BoundedMultivariateRandom
| Constructor and Description |
|---|
LongestCommonSubsequence() |
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Retrieve the Dimension of the Input Variate
|
double |
evaluate(double[] adblVariate)
Evaluate for the given Input Variates
|
double |
expectationConjecture(double[] adblVariate)
Conjecture of the Expected Value of the LCS Length
|
double |
expectationConjectureLowerBound(double[] adblVariate)
Lower Bound of the Conjecture of the Expected Value of the LCS Length
|
double |
expectationConjectureUpperBound(double[] adblVariate)
Upper Bound of the Conjecture of the Expected Value of the LCS Length
|
double |
targetVariateVarianceBound(int iTargetVariateIndex)
Retrieve the Maximal Agnostic Variance Bound over the Non-target Variate Space for the Target Variate
|
conditionalTargetVariateMetrics, conditionalTargetVariateMetrics, ghostTargetVariateMetrics, ghostTargetVariateMetrics, ghostTargetVariateMetrics, unconditionalTargetVariateMetricsderivative, differential, gradient, gradientModulus, gradientModulusFunction, hessian, integrate, jacobian, maxima, minima, ValidateInputpublic double expectationConjectureLowerBound(double[] adblVariate)
throws java.lang.Exception
adblVariate - Array of Input Variatesjava.lang.Exception - Thrown if the Inputs are Invalidpublic double expectationConjectureUpperBound(double[] adblVariate)
throws java.lang.Exception
adblVariate - Array of Input Variatesjava.lang.Exception - Thrown if the Inputs are Invalidpublic double expectationConjecture(double[] adblVariate)
throws java.lang.Exception
adblVariate - Array of Input Variatesjava.lang.Exception - Thrown if the Inputs are Invalidpublic int dimension()
RdToR1public double evaluate(double[] adblVariate)
throws java.lang.Exception
RdToR1public double targetVariateVarianceBound(int iTargetVariateIndex)
throws java.lang.Exception
BoundedMultivariateRandomtargetVariateVarianceBound in class BoundedMultivariateRandomiTargetVariateIndex - The Index corresponding to the Variate on which the Bound is soughtjava.lang.Exception - Thrown if the Inputs are invalid