photonpacket.hist2d module¶
-
class
photonpacket.hist2d.hist2d(hist, bins)[source]¶ Bases:
objectMethods
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¶
-
bins= array([], dtype=float64)¶
-
hist= array([], dtype=float64)¶
-
normed= False¶
-
plot(showvalues=False, normed=None, cmap=None, log=None, cut=None)[source]¶ Plot the joint statistics histogram generated with
joint()
-