NAME

get_1D_hist - Computes a 1D histogram, optionally soft-binning

SYNOPSIS

#include "m/m_hist.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


int get_1D_hist
(
	Vector **hist_vpp,
	const Vector *vp,
	double min,
	double max,
	int num_bins,
	double sigma
);

DESCRIPTION

This routine computes a 1D histogram, optionally soft-binning.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard