Click or drag to resize

PronySeriesInterpolationBaseWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints Method

Creates a copy with automatically determined x-range, a user-specified number of points per decade, and a maximum number of Prony terms.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PronySeriesInterpolationBase WithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints(
	double pointsPerDecade,
	int numberOfPoints
)

Parameters

pointsPerDecade  Double
Number of Prony terms per decade.
numberOfPoints  Int32
Maximum number of Prony terms.

Return Value

PronySeriesInterpolationBase
A new record configured accordingly.
See Also