CsSmooth Constructor |
Name | Description | |
---|---|---|
![]() | CsSmooth(Double[],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(Double[],Double[],Double[]) |
Constructs a smooth cubic spline from noisy data using
cross-validation to estimate the smoothing parameter. Weights are
supplied by the user.
|