minor adjustments to riccati/kalman P conversion tolerance and control

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2854 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
george 2009-07-23 11:24:05 +00:00
parent ef26fae773
commit bee8aa8d5d
1 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ int main(int argc, char* argv[])
}
}
***********/
double riccatiTol=0.000001;
double riccatiTol=0.000000000001;
int start = 1;
GeneralMatrix Z(Zmat, 4, 8);
GeneralMatrix a(8, 1);
@ -223,8 +223,8 @@ int main(int argc, char* argv[])
// create state init
StateInit* init = NULL;
std::vector<double>* vll=new std::vector<double> (nper);
if (diffuse||uni)
bool basicKF=true;//false;
if (diffuse||uni||basicKF==false)
{
if (diffuse)
{