Click or drag to resize

PronySeriesInterpolationBaseRetardationWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecade Method

Creates a copy configured for retardation with automatically detected x-range and a given number of Prony terms per decade.

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

Parameters

pointsPerDecade  Double
Number of Prony terms per decade; must be positive.

Return Value

PronySeriesInterpolationBase
A new record configured for automatic x-range detection and bounded by the provided density.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when pointsPerDecade is not positive.
See Also