Smoothing |
Name | Description | |
---|---|---|
Interpolate(IReadOnlyListDouble, IReadOnlyListDouble) | Evaluates either a cross validated cubic spline (if ErrorStandardDeviation is negative, or a smoothing cubic spline (if ErrorStandardDeviation is greater than or equal to zero). | |
Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Double) | Evaluates either a cross validated cubic spline (standardDeviation set to a negative value), or a smoothing cubic spline (standardDeviation set to a non-negative value). | |
Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Double, IReadOnlyListDouble) | Evaluates either a cross validated cubic spline (standardDeviation set to a negative value), or a smoothing cubic spline (standardDeviation set to a non-negative value). |