SmoothingCubicSplineGetModifiedSmoothnessValue Method |
Computes a smoothness value in internal units based on the specified interpretation.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double GetModifiedSmoothnessValue(
double smoothnessValue,
SmoothnessSpecification smoothnessSpecifiedBy,
double[] x,
double numberOfPoints
)
Parameters
- smoothnessValue Double
- The user-specified smoothness value.
- smoothnessSpecifiedBy SmoothnessSpecification
- Specifies how smoothnessValue should be interpreted.
- x Double
- The x-values of the data points.
- numberOfPoints Double
- The number of data points.
Return Value
DoubleThe modified smoothness value in internal units.
See Also