diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-23 18:18:20 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-23 18:18:20 +0000 |
commit | f3019d095d5f0b6c67de18124cebe93fd9eb5a69 (patch) | |
tree | 930fe733b0a1ebe382c9014f3befd87d2273dcae /statistics | |
parent | 248e73a7faa069840eb8378719cd92e778cb826f (diff) | |
download | opt-utilities-f3019d095d5f0b6c67de18124cebe93fd9eb5a69.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@149 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'statistics')
-rw-r--r-- | statistics/chisq.hpp | 2 | ||||
-rw-r--r-- | statistics/cstat.hpp | 2 | ||||
-rw-r--r-- | statistics/leastsq.hpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/statistics/chisq.hpp b/statistics/chisq.hpp index c460394..8a3881a 100644 --- a/statistics/chisq.hpp +++ b/statistics/chisq.hpp @@ -1,5 +1,7 @@ /**
\file chisq.hpp
+ \brief chi-square statistic
+ \author Junhua Gu
*/
#ifndef CHI_SQ_HPP
diff --git a/statistics/cstat.hpp b/statistics/cstat.hpp index 7193a93..02b7aca 100644 --- a/statistics/cstat.hpp +++ b/statistics/cstat.hpp @@ -1,5 +1,7 @@ /**
\file cstat.hpp
+ \brief maximum-liklihood statistic
+ \author Junhua Gu
*/
#ifndef CSTAT_HPP
diff --git a/statistics/leastsq.hpp b/statistics/leastsq.hpp index 6ff3b62..3b5ab37 100644 --- a/statistics/leastsq.hpp +++ b/statistics/leastsq.hpp @@ -1,5 +1,7 @@ /**
\file leastsq.hpp
+ \brief least square statistic
+ \author Junhua Gu
*/
#ifndef LEAST_SQ_HPP
|