File: ep_notes.org

package info (click to toggle)
dynare 4.6.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 74,896 kB
  • sloc: cpp: 98,057; ansic: 28,929; pascal: 13,844; sh: 5,947; objc: 4,236; yacc: 4,215; makefile: 2,583; lex: 1,534; fortran: 877; python: 647; ruby: 291; lisp: 152; xml: 22
file content (70 lines) | stat: -rw-r--r-- 1,959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
block:
ep:
   accuracy:
            stochastic:
                       order

   debug: 0
   memory: 0
   init: 0
   check_stability: 0
   lp: 5
   fp: 2
   innovation_distribution: 'gaussian'
                            'calibrated'
   maxit: 500
   periods: 200
   set_dynare_seed_to_default: 1

   solve_algo:
   stack_solve_algo: 4
   step: 50
   stochastic:
              IntegrationAlgorithm: 'Tensor-Gaussian-Quadrature'
                                    'Stroud-Cubature-3'
                                    'Stroud-Cubature-5'
                                    'Unscented'
              method: ''
              algo: 0
              order: 1
              hybrid_order: 0
              homotopic_steps: 1
              nodes: 3
              quadrature:
                         ortpol: 'hermite'
                         nodes: 5
                         pruned:
                                ortpol: 'hermite'
                                nodes: 5
                                pruned: [1x1 struct]
   use_bytecode: 0
   verbosity: 0
initial_period: NaN
lmmcp:
      lb:
      ub:
      status: 0 (?? status is not an option ??)
mcppath:
        lb:
        ub:
minimal_solving_period:
order:
ramsey_policy:
simul:
      maxit
solve_algo:
stack_solve_algo:
ut: (unscented free parameter)

pfm.stochastic_order = DynareOptions.ep.stochastic.order;
pfm.periods = DynareOptions.ep.periods;
pfm.verbose = DynareOptions.ep.verbosity;
pfm.use_bytecode = DynareOptions.ep.use_bytecode ;


* in extended_path_core, one passes options.ep and individual options
* there are no options to control extended_path_homotopy
* extended_path_initialization sets ep and options
* setup_integration_nodes: number of nodes is not handled in a symmetric way for all algorithms
* why extended_path_initialization et setup_stochastic_extended_path ?
* do we need solve_stochastic_perfect_foresight_model.m and solve_stochastic_perfect_foresight_model_1.m ?