Package | Description |
---|---|
dev.nm.analysis.curvefit.interpolation.univariate |
Modifier and Type | Method and Description |
---|---|
static CubicSpline |
CubicSpline.clamped()
Creates an instance with end conditions which fits clamped
splines, and the first derivative at both ends are zero.
|
static CubicSpline |
CubicSpline.clamped(double df1,
double dfn)
Creates an instance with end conditions which fits clamped
splines, meaning that the first derivative at both ends equal to the
given values.
|
static CubicSpline |
CubicSpline.natural()
Creates an instance with end conditions which fits natural
splines, meaning that the second derivative at both ends are zero.
|
static CubicSpline |
CubicSpline.notAKnot()
Creates an instance with end conditions which fits not-a-knot
splines, meaning that continuity of the third derivative at the second
and the next-to-last knots are forced.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.