photonpacket.hist1d module

class photonpacket.hist1d.hist1d(hist, bins)[source]

Bases: object

Paramters

Methods

fromcounts(N)

Paramterers

fromfs(fs, **kwargs)

Parameters

avgn2

g2

mean

mean2

plot

qmandel

subbinomial

thmodes

var

N = 0
avgn2()[source]
bins = array([], dtype=float64)
static fromcounts(N)[source]
N: np.array

array of counts

static fromfs(fs, **kwargs)[source]
fs: frameseries

frameseries object

args:

density - passed to numpy.histogram min - minimal bin value max - maximal bin value offset - offset from automatic maximal bin value

g2()[source]
hist = array([], dtype=float64)
mean()[source]
mean2()[source]
normed = False
plot(log=False, normed=False)[source]
qmandel()[source]
subbinomial()[source]
thmodes()[source]
var()[source]