Click or drag to resize

EmpiricalModeDecompositionMaximumFractionAvgByDiffThresholdExceeded Property

Gets the maximum fraction of points for which the average by difference threshold can be exceeded.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double MaximumFractionAvgByDiffThresholdExceeded { get; init; }

Property Value

Double
Remarks
If the mean value of the lower and upper envelope, divided by the difference of upper and lower envelope, exceeds the AvgByDiffThreshold for more points than this value times the total number of points, the sifting process is proceeded until this criterion is met.
See Also