diff options
Diffstat (limited to 'statistics/cstat.hpp')
-rw-r--r-- | statistics/cstat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
|