public class ExponentialTensionRightHat extends TensionBasisHat
| Constructor and Description |
|---|
ExponentialTensionRightHat(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
double dblTension)
ExponentialTensionRightHat constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
derivative(double dblPredictorOrdinate,
int iOrder)
Calculate the derivative as a double
|
double |
evaluate(double dblPredictorOrdinate)
Evaluate for the given variate
|
double |
integrate(double dblBegin,
double dblEnd)
Integrate over the given range
|
double |
normalizer()
Compute the Normalizer
|
in, left, right, tensiondifferential, differential, maxima, maxima, minima, minimapublic ExponentialTensionRightHat(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
double dblTension)
throws java.lang.Exception
dblLeftPredictorOrdinate - The Left Predictor OrdinatedblRightPredictorOrdinate - The Right Predictor OrdinatedblTension - Tension of the Tension Hat Functionjava.lang.Exception - Thrown if the input is invalidpublic double evaluate(double dblPredictorOrdinate)
throws java.lang.Exception
R1ToR1public double derivative(double dblPredictorOrdinate,
int iOrder)
throws java.lang.Exception
R1ToR1derivative in class R1ToR1dblPredictorOrdinate - Variate at which the derivative is to be calculatediOrder - Order of the derivative to be computedjava.lang.Exception - Thrown if Inputs are Invalidpublic double integrate(double dblBegin,
double dblEnd)
throws java.lang.Exception
R1ToR1public double normalizer()
throws java.lang.Exception
TensionBasisHatnormalizer in class TensionBasisHatjava.lang.Exception - Thrown if the Normalizer cannot be computed