jupyter_analysis_tools.distrib¶
Functions
|
Returns a string with the area value of the given discrete curve points. |
>>> distrParFromFilename('_median=_33_sigma=0.15_N=1.1') == {'N':1.1, 'sigma':0.15, 'median':33}
|
|
|
>>> distrParLatex({'N':1.1, 'sigma':0.15, 'median':33e-9})
|
|
>>> distrParToFilename({'N':1.1, 'sigma':0.15, 'median':33e-9})
|
|
>>> distrParToText({'N':1.1, 'sigma':0.15, 'median':33.1234e-9})
|
|
Identify local (non-zero) minima within given peak ranges and separate those bimodal ranges into monomodal ranges, thus splitting up the peak range if it contains maxima connected by non-zero minima. |
|
Returns the location of data/peak above a base line. |
|
|
|
|
|
Classes
|
|