Package | Description |
---|---|
org.drip.math.spline |
Modifier and Type | Method and Description |
---|---|
static AbstractUnivariate[] |
SegmentBasisSetBuilder.KaklisPandelisBasisSet(KaklisPandelisBasisSetParams kpbsbp)
Construct KaklisPandelis from the polynomial tension basis function set
y = A * (1-x) + B * x + C * x * (1-x)^m + D * x^m * (1-x)
|