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, trailing
derivative, differential, differential, maxima, maxima, minima, minima
public 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
R1ToR1
public double integrate(double dblBegin, double dblEnd) throws java.lang.Exception
R1ToR1
public double normalizer() throws java.lang.Exception
SegmentBasisFunction
normalizer
in class SegmentBasisFunction
java.lang.Exception
- Thrown if the Complete Envelope Integrand cannot be calculated.public double normalizedCumulative(double dblPredictorOrdinate) throws java.lang.Exception
SegmentBasisFunction
normalizedCumulative
in class SegmentBasisFunction
dblPredictorOrdinate
- The Predictor Ordinatejava.lang.Exception
- Thrown if input is invalid