jupyter_analysis_tools.distrib

Functions

area(xvec, yvec[, showArea])

Returns a string with the area value of the given discrete curve points.

distrParFromFilename(fn)

distrParLatex(distrPar, *kwargs)

distrParToFilename(distrPar[, prefix])

distrParToText(logNormPar)

findLocalMinima(peakRanges, xarr, yarr[, ...])

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.

findPeakRanges(x, y[, tol])

Returns the location of data/peak above a base line.

getLargestPeaks(peakRanges, xarr, yarr[, count])

integrate(xvec, yvec)

normalizeDistrib(x, y[, u])

Classes

Distribution(xvec, yvec, uvec[, xlabel, ...])

Moments