aboutsummaryrefslogtreecommitdiffstats
path: root/statistics
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-11-23 14:55:42 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-11-23 14:55:42 +0000
commit215034db7c1c62ef1cf67659e72a3275e7b81924 (patch)
treeee6af3a06d96c6a0f7846ee955d9330e5b383b5e /statistics
parent36076e63361d7c3d010f673d267793797de122b8 (diff)
downloadopt-utilities-215034db7c1c62ef1cf67659e72a3275e7b81924.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@97 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'statistics')
-rw-r--r--statistics/chisq.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/statistics/chisq.hpp b/statistics/chisq.hpp
index f9c2c22..339ab6f 100644
--- a/statistics/chisq.hpp
+++ b/statistics/chisq.hpp
@@ -208,9 +208,9 @@ namespace opt_utilities
};
#endif
- template<typename T,typename Tp,typename Ts,typename Tstr>
- class chisq
- :public statistic<optvec<T>,optvec<T>,Tp,Ts,Tstr>
+ template<typename T,typename Ts,typename Tstr>
+ class chisq<optvec<T>,optvec<T>,optvec<T>,Ts,Tstr>
+ :public statistic<optvec<T>,optvec<T>,optvec<T>,Ts,Tstr>
{
private:
bool verb;
@@ -218,6 +218,7 @@ namespace opt_utilities
typedef optvec<T> Tx;
typedef optvec<T> Ty;
+ typedef optvec<T> Tp;
statistic<Ty,Tx,Tp,Ts,Tstr>* do_clone()const
{
// return const_cast<statistic<Ty,Tx,Tp>*>(this);