dynare/mex/sources/estimation
Sébastien Villemot 9642683b7d Build system: fix for building source tarball 2010-07-12 14:30:57 +02:00
..
libmat Added new loglikelihood DLL (does not yet contain prior computation, only the likelihood) 2010-06-11 19:18:16 +02:00
tests C++ Estimation DLL: update of testInitKalman.cc and testKalamn.cc 2010-07-08 09:56:18 +01:00
utils Estimation DLL: pass the name of the dynamic MEX file through the whole hierarchy of constructors (instead of the basename of the MOD file) 2010-06-09 11:42:22 +02:00
DecisionRules.cc Estimation DLL: added decision rules w.r. to exogenous shocks 2010-02-19 18:41:12 +01:00
DecisionRules.hh Declare libmat destructors virtual 2010-03-08 10:09:45 +00:00
DetrendData.cc Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
DetrendData.hh Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
EstimatedParameter.cc Estimation C++DLL: First draft for LogPosteriorDensity, LogPriorDensity and associated changes: random number generation still missing 2010-06-02 13:38:27 +01:00
EstimatedParameter.hh Estimation DLL: remove 'const' qualifiers in order to be able to put these classes in std::vector (the STL want an assignment operator) 2010-06-10 19:13:20 +02:00
EstimatedParametersDescription.cc Estimation DLL: fixed bug in EstimatedParametersDescription::getNumberOfPeriods() 2010-06-11 18:03:14 +02:00
EstimatedParametersDescription.hh Estimation DLL: bugfixes in LogLikelihoodMain 2010-06-10 19:13:20 +02:00
EstimationSubsample.cc Estimation: Update of main files 2010-05-07 16:08:58 +01:00
EstimationSubsample.hh Estimation DLL: bugfixes in LogLikelihoodMain 2010-06-10 19:13:20 +02:00
InitializeKalmanFilter.cc Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
InitializeKalmanFilter.hh Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
KalmanFilter.cc Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
KalmanFilter.hh Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
LogLikelihoodMain.cc Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
LogLikelihoodMain.hh Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
LogLikelihoodSubSample.cc Estimation DLL: various minor changes 2010-06-11 19:16:03 +02:00
LogLikelihoodSubSample.hh Estimation DLL: refactor detrending stuff to avoid allocating the matrix for detrended data at every iteration 2010-06-11 19:11:27 +02:00
LogPosteriorDensity.cc C++ Estimation DLL: update of core files and logposterior.cc removed, keeping loglikelihood.cc 2010-07-08 09:56:19 +01:00
LogPosteriorDensity.hh C++ Estimation DLL: update of core files and logposterior.cc removed, keeping loglikelihood.cc 2010-07-08 09:56:19 +01:00
LogPriorDensity.cc C++ Estimation DLL: update of core files and logposterior.cc removed, keeping loglikelihood.cc 2010-07-08 09:56:19 +01:00
LogPriorDensity.hh C++ Estimation DLL: update of core files and logposterior.cc removed, keeping loglikelihood.cc 2010-07-08 09:56:19 +01:00
Makefile.am Build system: fix for building source tarball 2010-07-12 14:30:57 +02:00
ModelSolution.cc Estimation DLL, ModelSolution class: make llxSteadyState a data member 2010-06-11 14:54:10 +02:00
ModelSolution.hh Estimation DLL, ModelSolution class: make llxSteadyState a data member 2010-06-11 14:54:10 +02:00
Prior.cc Added new loglikelihood DLL (does not yet contain prior computation, only the likelihood) 2010-06-11 19:18:16 +02:00
Prior.hh C++ Estimation DLL: update of core files and logposterior.cc removed, keeping loglikelihood.cc 2010-07-08 09:56:19 +01:00
logposterior.cc Build system: rename 'loglikelihood' to 'logposterior' 2010-07-09 12:48:08 +02:00