Class | Description |
---|---|
AbstractUnivariate |
AbstractUnivariate provides the evaluation of the objective function and its derivatives for a specified
variate.
|
BernsteinPolynomial |
BernsteinPolynomial provides the evaluation of the BernsteinPolynomial and its derivatives for a specified
variate.
|
ExponentialTension |
ExponentialTension provides the evaluation of the Exponential Tension Function and its derivatives for a
specified variate.
|
HyperbolicTension |
HyperbolicTension provides the evaluation of the Hyperbolic Tension Function and its derivatives for a
specified variate.
|
LinearRationalShapeControl |
LinearRationalShapeControl implements the deterministic rational shape control functionality on top of the
estimator basis splines inside - [0,...,1) - Globally [x_0,...,x_1):
y = 1 / [1 + lambda * x]
where is the normalized ordinate mapped as
x => (x - x_i-1) / (x_i - x_i-1)
|
LinearRationalTensionExponential |
LinearRationalTensionExponential provides the evaluation of the Convolution of the Linear Rational and the
Tension Exponential Functons and its derivatives for a specified variate.
|
NaturalLogSeriesElement |
NaturalLogSeriesElement implements an element in the natural log series expansion.
|
Polynomial |
Polynomial provides the evaluation of the n-th order Polynomial and its derivatives for a specified
variate.
|
QuadraticRationalShapeControl |
QuadraticRationalShapeControl implements the deterministic rational shape control functionality on top of
the estimator basis splines inside - [0,...,1) - Globally [x_0,...,x_1):
y = 1 / [1 + lambda * x * (1-x)]
where is the normalized ordinate mapped as
x => (x - x_i-1) / (x_i - x_i-1)
|
UnivariateConvolution |
This class provides the evaluation of the Convolution au1 * au2 and its derivatives for a specified
variate.
|
UnivariateReflection |
UnivariateReflection provides the evaluation f(1-x) instead of f(x) for a given f.
|