|
Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
Starting Dynare (version 4.2.4).
Starting preprocessing of the model file ...
Found 42 equation(s).
Evaluating expressions...done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
- order 2
Processing outputs ...done
Preprocessing completed.
Starting MATLAB/Octave computing.
You did not declare endogenous variables after the estimation command.
Posterior smoothed variables, posterior smoothed variables will be computed for
the 42 endogenous variables of your model, this can be
very long....
Choose one of the following options:
[1] Consider all the endogenous variables.
[2] Consider all the observed endogenous variables.
[3] Stop Dynare and change the mod file.
options [default is 1] = 1
This version of Dynare cannot estimate non linearized models!
Set "order" equal to 1.
ans =
1
2
3
4
5
6
7
ans =
Empty matrix: 0-by-1
??? Error using ==> dynare_estimation_init at 146
Initial parameter values are outside parameter bounds
Error in ==> dynare_estimation_1 at 37
[data,rawdata,xparam1] = dynare_estimation_init(var_list_);
Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});
Error in ==> Untitled4 at 535
dynare_estimation(var_list_);
Error in ==> dynare at 120
evalin('base',fname) ;
>> 全部运行结果是这样的
|