public class OrientedPercolationFirstPassage extends BoundedMultivariateRandom
| Constructor and Description |
|---|
OrientedPercolationFirstPassage(double dblEdgeWeightVariance,
double dblMaxLength)
OrientedPercolationFirstPassage Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Retrieve the Dimension of the Input Variate
|
double |
edgeWeightVariance()
Retrieve the Edge Width Variance
|
double |
evaluate(double[] adblVariate)
Evaluate for the given Input Variates
|
double |
maxLength()
Retrieve the Length of the Maximal Path
|
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 OrientedPercolationFirstPassage(double dblEdgeWeightVariance,
double dblMaxLength)
throws java.lang.Exception
dblEdgeWeightVariance - Variance of Edge WeightdblMaxLength - Length of the Maximal Pathjava.lang.Exception - Thrown if the Inputs are Invalidpublic double edgeWeightVariance()
public double maxLength()
public 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