Prony |
public class PronySeriesRelaxation : IImmutable, IEquatable<PronySeriesRelaxation>
The PronySeriesRelaxation type exposes the following members.
| Name | Description | |
|---|---|---|
| PronySeriesRelaxation | Initializes a new instance of the PronySeriesRelaxation class |
| Name | Description | |
|---|---|---|
| MaximalRelaxationTime | Gets or sets largest relaxation time (the tau_relax of the last Prony term). | |
| MinimalRelaxationTime | Gets or sets smallest relaxation time (the tau_relax of the first Prony term). | |
| NumberOfRelaxationTimes | Gets the number of relaxation times, i.e. the number of Prony terms. | |
| RegularizationParameter | Gets/sets the regularization parameter. Usually zero. The higher the value, the more are the prony coefficients smoothed out. | |
| UseIntercept | If true, an intercept (low frequency value) is also fitted. In the result this is included as the Prony coefficient for relaxation time infinity. |
| Name | Description | |
|---|---|---|
| Evaluate | Evaluates the Prony series coefficients using the matrix formulation of a (regularized) least-squares problem. | |
| EvaluateFrequencyDomain(IReadOnlyListDouble, Boolean, IReadOnlyListComplex) | Evaluates a Prony series fit in the frequency domain from a complex modulus, using the properties MinimalRelaxationTime, MaximalRelaxationTime, NumberOfRelaxationTimes, UseIntercept, and RegularizationParameter. | |
| EvaluateFrequencyDomain(IReadOnlyListDouble, Boolean, IReadOnlyListDouble, IReadOnlyListDouble) | Evaluates a Prony series fit in the time domain, using the properties MinimalRelaxationTime, MaximalRelaxationTime, NumberOfRelaxationTimes, UseIntercept, and RegularizationParameter. | |
| EvaluateFrequencyDomain(IReadOnlyListDouble, Boolean, IReadOnlyListDouble, IReadOnlyListDouble, Double, Double, Int32, Boolean, Double) | Evaluates a prony series fit in the frequency domain from the real and imaginary part of a general complex dynamic modulus. | |
| EvaluateFrequencyDomainFromMagnitude | Evaluates a prony series fit in the frequency domain from the absolute values (magnitude) of of a general complex dynamic modulus. | |
| EvaluateTimeDomain(IReadOnlyListDouble, IReadOnlyListDouble) | Evaluates a Prony series fit in the time domain, using the properties MinimalRelaxationTime, MaximalRelaxationTime, NumberOfRelaxationTimes, UseIntercept, and RegularizationParameter. | |
| EvaluateTimeDomain(IReadOnlyListDouble, IReadOnlyListDouble, Double, Double, Int32, Boolean, Double, Boolean) | Evaluates a prony series fit in the time domain. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |