public class CubicRationalRightRaw extends TensionBasisHat
Constructor and Description |
---|
CubicRationalRightRaw(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
java.lang.String strShapeControlType,
double dblTension)
CubicRationalRightRaw constructor
|
Modifier and Type | Method and Description |
---|---|
double |
calcDerivative(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, tension
calcDifferential, calcDifferential
public CubicRationalRightRaw(double dblLeftPredictorOrdinate, double dblRightPredictorOrdinate, java.lang.String strShapeControlType, double dblTension) throws java.lang.Exception
dblLeftPredictorOrdinate
- The Left Predictor OrdinatedblRightPredictorOrdinate
- The Right Predictor OrdinatestrShapeControlType
- Type of the Shape Controller to be used - NONE, LINEAR/QUADRATIC RationaldblTension
- Tension of the Tension Hat Functionjava.lang.Exception
- Thrown if the input is invalidpublic double evaluate(double dblPredictorOrdinate) throws java.lang.Exception
AbstractUnivariate
evaluate
in class AbstractUnivariate
dblPredictorOrdinate
- Variatejava.lang.Exception
- Thrown if evaluation cannot be donepublic double calcDerivative(double dblPredictorOrdinate, int iOrder) throws java.lang.Exception
AbstractUnivariate
calcDerivative
in class AbstractUnivariate
dblPredictorOrdinate
- Variate at which the derivative is to be calculatediOrder
- Order of the derivative to be computedjava.lang.Exception
public double integrate(double dblBegin, double dblEnd) throws java.lang.Exception
AbstractUnivariate
integrate
in class AbstractUnivariate
dblBegin
- Range BegindblEnd
- Range Endjava.lang.Exception
- Thrown if evaluation cannot be donepublic double normalizer()
TensionBasisHat
normalizer
in class TensionBasisHat