Click or drag to resize

PronySeriesRetardationResult Constructor

Initializes a new instance of the PronySeriesRetardationResult class.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PronySeriesRetardationResult(
	IReadOnlyList<double> retardationTimes,
	IReadOnlyList<double> pronyCoefficients,
	IReadOnlyList<double> relaxationDensities,
	double? flowTerm,
	bool isFlowTermFromDielectricSpectrum
)

Parameters

retardationTimes  IReadOnlyListDouble
The retardation times.
pronyCoefficients  IReadOnlyListDouble
The prony coefficients.
relaxationDensities  IReadOnlyListDouble
The relaxation densities.
flowTerm  NullableDouble
The flow term.
isFlowTermFromDielectricSpectrum  Boolean
if set to true, the Prony series is the result of a fit to a dielectric spectrum. Then, the electric conductivity is calculated by using the vacuum permittivity as a factor.
See Also