Click or drag to resize

ArPLS Properties

The ArPLS type exposes the following members.

Properties
 NameDescription
Public propertyLambda Gets or sets the smoothing parameter lambda. The higher lambda is, the smoother the resulting curve will be.
(Inherited from ArPLSBase)
Public propertyMaximumNumberOfIterations Gets or sets the maximum number of iterations. The default value is 100. Usually, the number of iterations is determined by the TerminationRatio, but with this value, the maximum number of iterations can be limited to a smaller value.
(Inherited from ArPLSBase)
Public propertyOrder
(Inherited from ArPLSBase)
Public propertyScaleLambdaWithXUnits If true, lambda is scaled with the x units, so that the effect of baseline estimation is independent on the resolution of the spectrum.
(Inherited from ArPLSBase)
Public propertyTerminationRatio Gets or sets the criterion for terminating the iteration (0..1). Default is 0.05. The iterations stops, if the L2 norm of the differences between actual and previous weights falls below (TerminationRatio x L2 norm of the previous weights). The lower the value is, the more iterations will be executed.
(Inherited from ArPLSBase)
Top
See Also