aboutsummaryrefslogtreecommitdiffstats
path: root/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'statistics')
-rw-r--r--statistics/cstat.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/statistics/cstat.hpp b/statistics/cstat.hpp
index 02b7aca..f0bd529 100644
--- a/statistics/cstat.hpp
+++ b/statistics/cstat.hpp
@@ -41,6 +41,12 @@ namespace opt_utilities
{
verb=v;
}
+
+ const char* do_get_type_name()const
+ {
+ return "maximum likelihood";
+ }
+
public:
statistic<Ty,Tx,Tp,Ts,Tstr>* do_clone()const