////////////////////////////////////////////////////////////////////// // cProbModel.cpp: implementation of the ProbModel class. // ////////////////////////////////////////////////////////////////////// #include "StdAfx.h" #include "cProbModel.h" #include "cOptManager.h" #include ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// cProbModel::cProbModel(const cProbs& BackgroundProbs) : _d(BackgroundProbs.size()), _U(BackgroundProbs.size()), _Phi(BackgroundProbs) { _updateU(); } cProbModel::~cProbModel() { } double cProbModel::Muabt(const size_t a, const size_t b, const double t) const { // cout <<"t="<