Constructs a smooth cubic spline from noisy data using an algorithm
based on Reinsch (1967).
Overload List
Name | Description | |
---|---|---|
![]() | CsSmoothC2(array<Double>[]()[], array<Double>[]()[], Double) |
Constructs a smooth cubic spline from noisy data using an algorithm
based on Reinsch (1967). All of the points have equal weights.
|
![]() | CsSmoothC2(array<Double>[]()[], array<Double>[]()[], array<Double>[]()[], Double) |
Constructs a smooth cubic spline from noisy data using an algorithm
based on Reinsch (1967) with weights supplied by the user.
|