From f610fea48309b72fa0133ee2bafe622753dcd496 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sun, 23 Aug 2009 12:22:16 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675 --- statistics/chisq.hpp | 2 +- statistics/cstat.hpp | 2 +- statistics/leastsq.hpp | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'statistics') diff --git a/statistics/chisq.hpp b/statistics/chisq.hpp index 7c38b4e..3dff92d 100644 --- a/statistics/chisq.hpp +++ b/statistics/chisq.hpp @@ -14,7 +14,7 @@ namespace opt_utilities { /** - chi-square statistic + \brief chi-square statistic \tparam Ty the return type of model \tparam Tx the type of the self-var \tparam Tp the type of model parameter diff --git a/statistics/cstat.hpp b/statistics/cstat.hpp index 45e2920..ef1fa12 100644 --- a/statistics/cstat.hpp +++ b/statistics/cstat.hpp @@ -12,7 +12,7 @@ namespace opt_utilities { /** - c-statistic, max-likelihood method + \brief c-statistic, max-likelihood method \tparam Ty the return type of model \tparam Tx the type of the self-var \tparam Tp the type of model parameter diff --git a/statistics/leastsq.hpp b/statistics/leastsq.hpp index 6ac0adc..146a069 100644 --- a/statistics/leastsq.hpp +++ b/statistics/leastsq.hpp @@ -14,12 +14,12 @@ namespace opt_utilities { /** - least-square statistic - \tparam Ty the return type of model - \tparam Tx the type of the self-var - \tparam Tp the type of model parameter - \tparam Ts the type of the statistic - \tparam Tstr the type of the string used + \brief least-square statistic + \tparam Ty the return type of model + \tparam Tx the type of the self-var + \tparam Tp the type of model parameter + \tparam Ts the type of the statistic + \tparam Tstr the type of the string used */ template class leastsq -- cgit v1.2.2