From 53608a5c950f292e47296f01868dfd19e38bd354 Mon Sep 17 00:00:00 2001 From: jobo322 Date: Tue, 2 Jun 2026 11:13:37 -0500 Subject: [PATCH] feat: factor calculation based in mu parameter for pseudoVoigt function --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e041c36..0592977 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,18 @@ Generate various peak shapes. The current supported kinds of shapes: -| Name | Equation | -| ------------ | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| Gaussian | | -| Lorentzian | | -| Pseudo Voigt | | +| Name | Equation | +| --------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| Gaussian | | +| Lorentzian | | +| Lorentzian Dispersive | | +| Generalized Lorentzian | | +| Pseudo Voigt | | where -| | | | -| --------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------- | +| | | | | +|---------------------: | :---------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------- | ## Installation