Click or drag to resize

SmoothingCubicSplineGetModifiedSmoothnessValue Method

Computes a smoothness value in internal units based on the specified interpretation.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

Double
The modified smoothness value in internal units.
See Also