aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
chi2.h File Reference

The class that represents the chi2 distribution. More...

Include dependency graph for chi2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::Chi2
 Represent the chi2 distribution. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Macros

#define GUM_LEARNING_CONFIDENCE_PROBA   0.05

Detailed Description

The class that represents the chi2 distribution.

The Chi2 class allows to easily compute critical values for the Chi2 distribution.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file chi2.h.

Macro Definition Documentation

◆ GUM_LEARNING_CONFIDENCE_PROBA

#define GUM_LEARNING_CONFIDENCE_PROBA   0.05

Definition at line 61 of file chi2.h.