general/misc/
histbins2d.pro
includes main-level programFunction: h = histbins2d(x,y,xval,yval) Input: x, y, random variables to bin. Output: h number of events within bin xval, yval, center locations of the bins.
Routines
top source histbins2d
result = histbins2d(x, y, xval, yval, xrange=xrange, yrange=yrange, xnbins=xnbins, ynbins=ynbins, reverse=reverse, nbins=nbins, xbinsize=xbinsize, ybinsize=ybinsize, xlog=xlog, ylog=ylog, flux=flux, stdev=stdev, average=average, retbins=retbins, shift=shift, normalize=normalize)
Parameters
- x
- y
- xval
- yval
Keywords
- xrange
- yrange
- xnbins
- ynbins
- reverse
- nbins
- xbinsize
- ybinsize
- xlog
- ylog
- flux
- stdev
- average
- retbins
- shift
- normalize
File attributes
Modification date: | Thu Feb 13 16:43:48 2014 |
Lines: | 61 |