#include "util.h" void histo (float *stream, long numpoints, long arsize, float *valmax, float *valmin, float *binwdth, float *bin) ; float * ReadHugeAmountOfDataForHisto(long *n) ; void SimplePrintHisto(float * hist,long BINS,float maxr, float minr, float bnwth) ; void DumpData(float * v, int n) ; float nhisto (float *v, long n, long nbins, float max, float min, float *bins) ; Statistic * StatsOnFloats(float *v, long n) ; Statistic * AllocateStats(void) ; void DumpHisto(float * hist,long nbins,float max, float min, float binwidth) ; void NormalizeHisto(float * hist,long nbins,float sum) ;