aboutsummaryrefslogtreecommitdiffstats
path: root/statistics/leastsq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'statistics/leastsq.hpp')
-rw-r--r--statistics/leastsq.hpp12
1 files changed, 6 insertions, 6 deletions
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<typename Ty,typename Tx,typename Tp,typename Ts,typename Tstr>
class leastsq