diff options
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
|