From a0d3b74adcc29c22d70da971621dd301727eb695 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Fri, 16 Oct 2009 12:03:14 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@81 ed2142bd-67ad-457f-ba7c-d818d4011675 --- statistics/chisq.hpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'statistics/chisq.hpp') diff --git a/statistics/chisq.hpp b/statistics/chisq.hpp index acc9e66..54826d5 100644 --- a/statistics/chisq.hpp +++ b/statistics/chisq.hpp @@ -36,6 +36,12 @@ namespace opt_utilities // return const_cast*>(this); return new chisq(*this); } + + const char* do_get_type_name()const + { + return "chi^2 statistic"; + } + public: void verbose(bool v) { @@ -99,7 +105,10 @@ namespace opt_utilities return new chisq(*this); } - + const char* do_get_type_name()const + { + return "chi^2 statistics (specialized for double)"; + } public: void verbose(bool v) { -- cgit v1.2.2