ALS Properties |
The ALS type exposes the following members.
| Name | Description | |
|---|---|---|
| Lambda |
Gets or sets the smoothing parameter lambda.
The default value is 1E6.
The higher lambda is, the smoother the resulting curve will be.
(Inherited from ALSBase) | |
| MaximumNumberOfIterations |
Gets or sets the maximum number of iterations. The default value is 10.
(Inherited from ALSBase) | |
| Order |
Gets the order of the difference penalty.
(Inherited from ALSBase) | |
| P |
Gets or sets the weighting parameter.
The default value is 0.1.
A value of 0.5 leads to symmetric weighting of positive and negative deviations.
Values less than 0.5 lead to stronger suppression of (positive) peaks.
(Inherited from ALSBase) | |
| ScaleLambdaWithXUnits |
Gets a value indicating whether Lambda is scaled with the x-units,
so that the effect of baseline estimation is independent of the resolution of the spectrum.
(Inherited from ALSBase) |