Click or drag to resize

PeakFinderSavitzkyGolaySlopeSelectivity Property

Slope selectivity is between [0,Double.MaxValue] (default = 0.0). Peak finding selectivity increases with larger values. A value of 0 returns all peaks (all smoothed derivative zero crossings).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double SlopeSelectivity { get; set; }

Property Value

Double
See Also