public abstract class TensionBasisHat extends R1ToR1
| Modifier and Type | Method and Description |
|---|---|
boolean |
in(double dblPredictorOrdinate)
Identifies if the ordinate is local to the range
|
double |
left()
Retrieve the Left Predictor Ordinate
|
abstract double |
normalizer()
Compute the Normalizer
|
double |
right()
Retrieve the Right Predictor Ordinate
|
double |
tension()
Retrieve the Tension
|
derivative, differential, differential, evaluate, integrate, maxima, maxima, minima, minimapublic boolean in(double dblPredictorOrdinate)
throws java.lang.Exception
dblPredictorOrdinate - The Predictor Ordinatejava.lang.Exception - Thrown if the inputs are invalidpublic double left()
public double right()
public double tension()
public abstract double normalizer()
throws java.lang.Exception
java.lang.Exception - Thrown if the Normalizer cannot be computed