Click or drag to resize

PronySeriesRetardationEvaluateTimeDomain(IReadOnlyListDouble, IReadOnlyListDouble) Method

Evaluates a prony series fit in the time domain, using the properties MinimalRetardationTime, MaximalRetardationTime, NumberOfRetardationTimes and RegularizationParameter.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PronySeriesRetardationResult EvaluateTimeDomain(
	IReadOnlyList<double> xarr,
	IReadOnlyList<double> yarr
)

Parameters

xarr  IReadOnlyListDouble
The x-values of the signal (all elements must be positive).
yarr  IReadOnlyListDouble
The y-values of the signal.

Return Value

PronySeriesRetardationResult
The result of the evaluation, see PronySeriesRetardationResult.
See Also