aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-05 17:00:26 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-05-05 17:00:26 +0000
commit0fc7a6df8ab28484081f2a7f3a4f564764d646fe (patch)
treef7d6b78591912d8e5f0d726a6203779f43547a20
parentff3d217744dc6341e965c8a3f6b3037cd2b2cf3b (diff)
downloadopt-utilities-0fc7a6df8ab28484081f2a7f3a4f564764d646fe.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@194 ed2142bd-67ad-457f-ba7c-d818d4011675
-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