EmpiricalModeDecompositionMaximumFractionAvgByDiffThresholdExceeded Property |
Gets the maximum fraction of points for which the average by difference threshold can be exceeded.
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double MaximumFractionAvgByDiffThresholdExceeded { get; init; }
Property Value
DoubleRemarks 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