From f3019d095d5f0b6c67de18124cebe93fd9eb5a69 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Thu, 23 Dec 2010 18:18:20 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@149 ed2142bd-67ad-457f-ba7c-d818d4011675 --- statistics/chisq.hpp | 2 ++ statistics/cstat.hpp | 2 ++ statistics/leastsq.hpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'statistics') 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 -- cgit v1.2.2