Subsplines differ from regular splines because they are discontinuous in the second derivative.
Record Field | Description |
Full Usage:
C0
Field type: float[]
|
|
Full Usage:
C1
Field type: float[]
|
|
Full Usage:
C2
Field type: float[]
|
|
Full Usage:
C3
Field type: float[]
|
|
Full Usage:
XValues
Field type: float[]
|
|
Instance member | Description |
Full Usage:
this.Predict
Returns: float -> float
Function that takes an x value and returns function value.
|
Second derivative (curvature) is NOT continuous at knots to allow higher flexibility to reduce oscillations! For reference see: http://www.dorn.org/uni/sls/kap06/f08_0204.htm.
Example
|
Static member | Description |
Full Usage:
SubSplineCoef.Create(xValues) (c0) (c1) (c2) (c3)
Parameters:
float[]
c0 : float[]
c1 : float[]
c2 : float[]
c3 : float[]
Returns: SubSplineCoef
|
|