photonpacket.hist2d module

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

Bases: object

Methods

fromcount(N1, N2)

Create joint statistics histogram

fromfs(fs1, fs2)

Create joint statistics histogram

plot([showvalues, normed, cmap, log, cut])

Plot the joint statistics histogram generated with joint()

plot3d([normed, cmap, fill, alpha, log])

Plot the histogram as 3D bar plot

N11

R2

Wfactor

corr

cov

covar

csec

fanofactor

g2

gethist

mariginal

mean

p11

rawmoment

setnorm

var

N = 0
N11()[source]
R2()[source]
Wfactor()[source]
bins = array([], dtype=float64)
corr()[source]
cov()[source]
covar()[source]
csec(i, axis)[source]
fanofactor()[source]
static fromcount(N1, N2)[source]

Create joint statistics histogram

static fromfs(fs1, fs2)[source]

Create joint statistics histogram

g2()[source]
gethist(normed=None)[source]
hist = array([], dtype=float64)
mariginal(axis)[source]
mean(axis=None)[source]
normed = False
p11()[source]
plot(showvalues=False, normed=None, cmap=None, log=None, cut=None)[source]

Plot the joint statistics histogram generated with joint()

plot3d(normed=False, cmap=None, fill=0.7, alpha=0.95, log=False)[source]

Plot the histogram as 3D bar plot

rawmoment(i, j)[source]
setnorm(normed)[source]
var(axis)[source]