public abstract class SegmentBasisFunction extends R1ToR1
Modifier and Type | Method and Description |
---|---|
int |
bSplineOrder()
Retrieve the Order of the B Spline
|
double |
following()
Retrieve the Following Predictor Ordinate
|
double |
leading()
Retrieve the Leading Predictor Ordinate
|
abstract double |
normalizedCumulative(double dblPredictorOrdinate)
Evaluate the Cumulative Normalized Integrand up to the given ordinate
|
abstract double |
normalizer()
Compute the complete Envelope Integrand - this will serve as the Envelope Normalizer.
|
double |
trailing()
Retrieve the Trailing Predictor Ordinate
|
derivative, differential, differential, evaluate, integrate, maxima, maxima, minima, minima
public int bSplineOrder()
public double leading()
public double following()
public double trailing()
public abstract double normalizer() throws java.lang.Exception
java.lang.Exception
- Thrown if the Complete Envelope Integrand cannot be calculated.public abstract double normalizedCumulative(double dblPredictorOrdinate) throws java.lang.Exception
dblPredictorOrdinate
- The Predictor Ordinatejava.lang.Exception
- Thrown if input is invalid