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, unconditionalTargetVariateMetrics
derivative, differential, gradient, gradientModulus, gradientModulusFunction, hessian, integrate, jacobian, maxima, minima, ValidateInput
public 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()
RdToR1
public double evaluate(double[] adblVariate) throws java.lang.Exception
RdToR1
public double targetVariateVarianceBound(int iTargetVariateIndex) throws java.lang.Exception
BoundedMultivariateRandom
targetVariateVarianceBound
in class BoundedMultivariateRandom
iTargetVariateIndex
- The Index corresponding to the Variate on which the Bound is soughtjava.lang.Exception
- Thrown if the Inputs are invalid