diff options
Diffstat (limited to 'distributions')
-rw-r--r-- | distributions/component.hpp | 11 | ||||
-rw-r--r-- | distributions/normed_dgauss1d.hpp | 7 | ||||
-rw-r--r-- | distributions/normed_gauss1d.hpp | 7 | ||||
-rw-r--r-- | distributions/uniformed.hpp | 7 |
4 files changed, 29 insertions, 3 deletions
diff --git a/distributions/component.hpp b/distributions/component.hpp index ae7981c..d761bf8 100644 --- a/distributions/component.hpp +++ b/distributions/component.hpp @@ -1,3 +1,10 @@ +/** + \file component.hpp + \brief rpresents a distribution composed of more than one components + \author Junhua Gu + */ + + #ifndef COMPONENT_MODEL_H_ #define COMPONENT_MODEL_H_ #define OPT_HEADER @@ -6,9 +13,7 @@ #include <misc/optvec.hpp> #include <sstream> #include <iostream> -/* - *Represents a distribution composed of more than one components - */ + namespace opt_utilities diff --git a/distributions/normed_dgauss1d.hpp b/distributions/normed_dgauss1d.hpp index 4060fa6..5405de8 100644 --- a/distributions/normed_dgauss1d.hpp +++ b/distributions/normed_dgauss1d.hpp @@ -1,3 +1,10 @@ +/** + \file normed_dgauss1d.hpp + \brief normalized double gaussian distribution + \author Junhua Gu + */ + + #ifndef NDGAUSS_MODEL_H_ #define NDGAUSS_MODEL_H_ #define OPT_HEADER diff --git a/distributions/normed_gauss1d.hpp b/distributions/normed_gauss1d.hpp index f8f3cb4..03a69cb 100644 --- a/distributions/normed_gauss1d.hpp +++ b/distributions/normed_gauss1d.hpp @@ -1,3 +1,10 @@ +/** + \file normed_gauss1d.hpp + \brief normalized guassian distribution + \author Junhua Gu + */ + + #ifndef NGAUSS_MODEL_H_ #define NGAUSS_MODEL_H_ #define OPT_HEADER diff --git a/distributions/uniformed.hpp b/distributions/uniformed.hpp index ccafd01..b40d079 100644 --- a/distributions/uniformed.hpp +++ b/distributions/uniformed.hpp @@ -1,3 +1,10 @@ +/** + \file uniformed.hpp + \brief uniformed distribution + \author Junhua Gu + */ + + #ifndef UNIFORMED_MODEL_H_ #define UNIFORMED_MODEL_H_ #define OPT_HEADER |