Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.PeakFitting"]
| Class | Description | |
|---|---|---|
| PeakDescription | Description of a single peak. | |
| PeakFittingBase | ||
| PeakFittingByIncrementalPeakAddition | ||
| PeakFittingByIncrementalPeakAdditionSerializationSurrogate0 | ||
| PeakFittingInGroups | Groups the peaks that were found by using a minimal separation factor (based on the FWHM of the peaks). Then fits the peak groups. | |
| PeakFittingInGroupsSerializationSurrogate0 | 2024-03-25 V1: initial version | |
| PeakFittingNone | ||
| PeakFittingNoneSerializationSurrogate0 | ||
| PeakFittingSeparately | Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array. | |
| PeakFittingSeparatelySerializationSurrogate0 | ||
| PeakFittingSeparatelySerializationSurrogate1 | 2022-08-06 V1: Added FitWidthScalingFactor | |
| PeakFittingSeparatelySerializationSurrogate2 | 2022-08-06 V1: Added FitWidthScalingFactor 2023-04-11 V2: Added IsMinimalFWHMValueInXUnits and MinimalFWHMValue | |
| PeakFittingTogether | Fits all peaks that were found together in one single fitting function. | |
| PeakFittingTogetherSerializationSurrogate0 | ||
| PeakFittingTogetherSerializationSurrogate1 | 2022-08-06 Added FitWidthScalingFactor | |
| PeakFittingTogetherSerializationSurrogate2 | 2022-08-06 V1: Added FitWidthScalingFactor 2023-04-11 V2: Added IsMinimalFWHMValueInXUnits and MinimalFWHMValue | |
| PeakFittingTogetherWithSeparateVariances | Fits all peaks that were found together in one single fitting function. Then, in order to get the variances for each single peak, each of the peaks it fitted again. | |
| PeakFittingTogetherWithSeparateVariancesSerializationSurrogate0 | ||
| PeakFittingTogetherWithSeparateVariancesSerializationSurrogate1 | 2022-08-06 Added FitWidthScalingFactor | |
| PeakFittingTogetherWithSeparateVariancesSerializationSurrogate2 | 2022-08-06 V1: Added FitWidthScalingFactor 2023-04-11 V2: Added IsMinimalFWHMValueInXUnits and MinimalFWHMValue |
| Interface | Description | |
|---|---|---|
| IPeakFitting | Interface to peak searching methods. |
| Enumeration | Description | |
|---|---|---|
| PeakAdditionOrder | For peak fitting by incremental peak addition, this enumeration determines the order in which the peaks are added. |