NAME

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

SYNOPSIS

#include "m/m_hist.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


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

DOCUMENTER

Kobus Barnard