VoigtAreaParametrizationNuGetInitialParametersFromHeightPositionAndWidthAtRelativeHeight Method |
Gets the initial parameters for one term (peak) by providing the height of the peak,
the position of the peak, the width of the peak, and the relative height at which the width was measured.
Namespace: Altaxo.Calc.FitFunctions.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] GetInitialParametersFromHeightPositionAndWidthAtRelativeHeight(
double height,
double position,
double fullWidth,
double relativeHeight
)
Parameters
- height Double
- The height of the peak (height of the maximum).
- position Double
- The position of the peak.
- fullWidth Double
[Missing <param name="fullWidth"/> documentation for "M:Altaxo.Calc.FitFunctions.Probability.VoigtAreaParametrizationNu.GetInitialParametersFromHeightPositionAndWidthAtRelativeHeight(System.Double,System.Double,System.Double,System.Double)"]
- relativeHeight Double
- Relative height value (0,1), at which the width was measured.
Return Value
DoubleThe initial parameters for one term (peak).
Implements
IFitFunctionPeakGetInitialParametersFromHeightPositionAndWidthAtRelativeHeight(Double, Double, Double, Double)See Also