Peak |
public class PeakFittingTogetherWithSeparateVariances : PeakFittingTogether, IPeakFitting, IEquatable<PeakFittingTogetherWithSeparateVariances>
The PeakFittingTogetherWithSeparateVariances type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakFittingTogetherWithSeparateVariances | Initializes a new instance of the PeakFittingTogetherWithSeparateVariances class |
| Name | Description | |
|---|---|---|
| FitFunction |
Gets/sets the fit function to use.
(Inherited from PeakFittingBase) | |
| FitWidthScalingFactor |
Gets/sets the scaling factor of the fit width.
To calculate the fit width, the scaling factor is multiplied by the full width at half maximum (FWHM) of the peak.
(Inherited from PeakFittingBase) | |
| IsMinimalFWHMValueInXUnits |
Gets a value indicating whether MinimalFWHMValue is specified in x-units.
(Inherited from PeakFittingBase) | |
| MinimalFWHMValue |
Gets/sets the minimal allowed FWHM value.
(Inherited from PeakFittingBase) |