-
- Downloads
Block decomposition: ensure that the cutoff option only impacts normalization
Previously, the cutoff option would also impact the block decomposition itself, since it would had an influence on the incidence matrix used for computing the blocks and their derivatives. The problem is that, in the general case, it’s quite possible that an element of the numerical Jacobian be zero at the evaluation point, while being quite different from zero along the simulation path. A typical example is an expression of the type x*y, where y is an endogenous and x is an exogenous not present in the initval block (and hence initialized to zero).
Loading