Data Structures

src/gapstat.h File Reference

STATUS: work in progress Gap-statistic for determining a suitable number of clusters from the data. More...

#include <time.h>
#include "mathadd.h"
#include "definitions.h"
#include "array.h"
#include "averaging.h"
#include "warping.h"
#include "distances.h"
#include "helper.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GapStatistic

Detailed Description

STATUS: work in progress Gap-statistic for determining a suitable number of clusters from the data.

Reference paper:

	  @article{tibshirani2002estimating,
  	    title={{Estimating the number of clusters in a data set via the gap statistic}},
		 author={Tibshirani, R. and Walther, G. and Hastie, T.},
		 journal={Journal of the Royal Statistical Society: Series B (Statistical Methodology)},
		 volume={63},
		 number={2},
		 pages={411--423},
		 year={2002},
		 publisher={John Wiley \& Sons}
	 }
	 
Todo:
rewrite with Array struct

Definition in file gapstat.h.