Package | Description |
---|---|
org.drip.spline.basis |
Modifier and Type | Method and Description |
---|---|
static FunctionSet |
FunctionSetBuilder.BernsteinPolynomialBasisSet(PolynomialFunctionSetParams pfsp)
This function implements the elastic coefficients for the segment using Bernstein polynomial basis
splines inside - [0,...,1) - Globally [x_0,...,x_1):
y = Sum (A_i*B^i(x)) i = 0,...,n (0 and n inclusive)
where x is the normalized ordinate mapped as
x .gte.
|
static FunctionSet |
FunctionSetBuilder.PolynomialBasisSet(PolynomialFunctionSetParams pfsp)
This function implements the elastic coefficients for the segment using polynomial basis splines
inside [0,...,1) - Globally [x_0,...,x_1):
y = Sum (A_i*x^i) i = 0,...,n (0 and n inclusive)
where x is the normalized ordinate mapped as
x .gte.
|