Next: KSTAT Up: FREQUENCY Prev: Irregular Bins

Examples

An example producing regular frequency bins :

  > frequency mydata
  FREQUENCY Version 1.2-1
  Regular bin sizes can up to 67.72251 (sigma)
  The data range is -2.894102 to 64.82841
  REG - Are the output bins to be regularly spaced /YES/ >
  SPACING - Enter the bin spacing > 1.3
  This will give 52 bins
  NORM - Normalise (Y/N) /YES/ >
  OUT - Dataset to receive distribution > F_REG
  
The same file binning into 9 irregular bins :

  > frequency mydata
  FREQUENCY Version 1.2-1
  Regular bin sizes can up to 67.72251 (sigma)
  The data range is -2.894102 to 64.82841
  BOUNDARIES - Enter the bin boundaries > ?
  A sequence of bounds is required, eg. 1:10:20:40:55:60:65
  BOUNDARIES - Enter the bin boundaries > *:5:10:20:30:35:40:45:50:*
  This will give 9 bins
  NOTE - receptor bins assumed contiguous
  REG - Are the output bins to be regularly spaced /YES/ > N
  NORM - Normalise (Y/N) /YES/ >
  OUT - Dataset to receive distribution > F_IRREG
  


Next: KSTAT Up: FREQUENCY Prev: Irregular Bins