Skip to content

Commit

Permalink
imporve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 3, 2024
1 parent 824a684 commit 433062c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ostap/fitting/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,13 +914,18 @@ def sigmaR ( self ) :
models.append ( Apollonios2_pdf )
# =============================================================================
## @class BifurcatedGauss_pdf
# Aka a split normal distribution
# @see https://en.wikipedia.org/wiki/Split_normal_distribution
# simple wrapper over bifurcated-gaussian
# @see RooGaussian
# @author Vanya BELYAEV [email protected]
# @date 2011-07-25
class BifurcatedGauss_pdf(PEAK) :
"""Bifurcated Gauss function
Aka a split normal distribution
- see https://en.wikipedia.org/wiki/Split_normal_distribution
f(x; mu, sigma_l, sigma_r ) ~ exp ( -0.5 * dx^2 )
with
Expand Down
4 changes: 3 additions & 1 deletion source/include/Ostap/Peaks.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ namespace Ostap
{
// ========================================================================
/** @class BifurcatedGauss
* simple representation of bifurcated gaussian function
* Aka a split normal distribution
* @see https://en.wikipedia.org/wiki/Split_normal_distribution
* simple representation of bifurcated gaussian function/
* @author Vanya Belyaev [email protected]
* @date 2011-04-19
*/
Expand Down

0 comments on commit 433062c

Please sign in to comment.