./
histo_bins.pro
tophisto_bins
stats
result = histo_bins(data, bins [, reverse_indices=reverse_indices] [, _EXTRA=_EXTRA])
perform a histogram using used specified bins
Return value
h: the histogram of the data
Parameters
- data in required
the data to histogram (must be at least 2 points)
- bins in required
the bins to use (must enter at least 2 bins)
Keywords
- reverse_indices in optional
the reverse indices call to histogram for access
- _EXTRA in optional
anyhting else for later
Examples
Author information
- History:
Wed Aug 12 14:00:27 2009, Brian Larsen written and tested
Statistics
| Lines: | 15 |
| McCabe complexity: |
File attributes
| Modifcation date: | Wed Aug 12 14:00:39 2009 |
| Lines: | 51 |
![[attach.png]](idldoc-resources/attach.png)