getVoigtParam {serrsBayes} | R Documentation |
Compute the pseudo-Voigt mixing ratio for each peak.
Description
Calculates the mixing parameter from the scales of the Gaussian/Lorentzian
components.
Usage
getVoigtParam(scale_G, scale_L)
Arguments
scale_G |
Vector of standard deviations |
scale_L |
Vector of scale parameters |
Details
First, calculate a polynomial average of the scale parameters according to the approximation of Thompson et al. (1987):
Then the Voigt mixing parameter is defined as:
Value
The Voigt mixing weights for each peak, between 0 (Gaussian) and 1 (Lorentzian).
References
Thompson, Cox & Hastings (1987) "Rietveld refinement of Debye–Scherrer synchrotron X-ray data from ,"
J. Appl. Crystallogr. 20(2): 79–83, doi: 10.1107/S0021889887087090
[Package serrsBayes version 0.5-0 Index]