public class SegmentMulticBasisFunction extends SegmentBasisFunction
| Constructor and Description |
|---|
SegmentMulticBasisFunction(SegmentBasisFunction oeLeft,
SegmentBasisFunction oeRight)
SegmentMulticBasisFunction constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double dblPredictorOrdinate)
Evaluate for the given variate
|
double |
integrate(double dblBegin,
double dblEnd)
Integrate over the given range
|
double |
normalizedCumulative(double dblPredictorOrdinate)
Evaluate the Cumulative Normalized Integrand up to the given ordinate
|
double |
normalizer()
Compute the complete Envelope Integrand - this will serve as the Envelope Normalizer.
|
bSplineOrder, following, leading, trailingderivative, differential, differential, maxima, maxima, minima, minimapublic SegmentMulticBasisFunction(SegmentBasisFunction oeLeft, SegmentBasisFunction oeRight) throws java.lang.Exception
oeLeft - Left Ordered Envelope Spline FunctionoeRight - Right Ordered Envelope Spline Functionjava.lang.Exception - Thrown if Inputs are invalidpublic double evaluate(double dblPredictorOrdinate)
throws java.lang.Exception
R1ToR1public double integrate(double dblBegin,
double dblEnd)
throws java.lang.Exception
R1ToR1public double normalizer()
throws java.lang.Exception
SegmentBasisFunctionnormalizer in class SegmentBasisFunctionjava.lang.Exception - Thrown if the Complete Envelope Integrand cannot be calculated.public double normalizedCumulative(double dblPredictorOrdinate)
throws java.lang.Exception
SegmentBasisFunctionnormalizedCumulative in class SegmentBasisFunctiondblPredictorOrdinate - The Predictor Ordinatejava.lang.Exception - Thrown if input is invalid