diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:08:54 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-01-08 17:08:54 +0000 |
commit | d87fa85e0b064206509f4e544d8156072d901e3e (patch) | |
tree | 9129b01975aee19a55549849c71448ca81131643 /distributions | |
parent | a4e7c82789e5eff26b1e6a84c1a123f248e989a2 (diff) | |
download | opt-utilities-d87fa85e0b064206509f4e544d8156072d901e3e.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675
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 |