Constructs a smooth cubic spline from noisy data using
cross-validation to estimate the smoothing parameter.
Overload List
Name | Description | |
---|---|---|
![]() | CsSmooth(array<Double>[]()[], array<Double>[]()[]) |
Constructs a smooth cubic spline from noisy data using
cross-validation to estimate the smoothing parameter. All of the
points have equal weights.
|
![]() | CsSmooth(array<Double>[]()[], array<Double>[]()[], array<Double>[]()[]) |
Constructs a smooth cubic spline from noisy data using
cross-validation to estimate the smoothing parameter. Weights are
supplied by the user.
|