Home
last modified time | relevance | path

Searched refs:VAROBS (Results 1 – 8 of 8) sorted by relevance

/dports/science/dynare/dynare-4.6.4/matlab/
H A Dget_identification_jacobians.m24 % indvobs: [obs_nbr by 1] index of observed (VAROBS) variables
51 …br+1)/2+nlags*obs_nbr^2 by 1] in DR order. First two theoretical moments for VAROBS variables, i.e.
57 …ram matrix of Jacobian (wrt all params) of mean and of spectral density for VAROBS variables, where
64 … DR order. Gram matrix of Jacobian (wrt all params) of spectral density for VAROBS variables, where
259 dMOMENTS = [dMEAN; dMOMENTS]; %add Jacobian of steady state of VAROBS variables
262 dMOMENTS(1:obs_nbr,:) = dMEAN; %add Jacobian of first moments of VAROBS variables
H A Dstoch_simul.m154 disp(' VAROBS LIST NOT SPECIFIED')
H A Dpruned_state_space_system.m225 % Law of motion for control variables y (either VAROBS variables or if no VAROBS statement is giv…
367 …options.debug); %we use Schur_u to take care of (possible) nonstationary VAROBS variables in momen…
H A Ddynare_estimation_init.m80 error('VAROBS statement is missing!')
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDynareFlex.ll121 <INITIAL>varobs {BEGIN DYNARE_STATEMENT; return token::VAROBS;}
869 <DYNARE_STATEMENT,DYNARE_BLOCK>varobs {return token::VAROBS;}
H A DDynareFlex.cc8737 {BEGIN DYNARE_STATEMENT; return token::VAROBS;}
11892 {return token::VAROBS;}
H A DDynareBison.hh877 VAROBS = 618, enumerator
1555 …O || tok == token::VAREXO_DET || tok == token::VARIABLE || tok == token::VAROBS || tok == token::V… in symbol_type()
1561 …O || tok == token::VAREXO_DET || tok == token::VARIABLE || tok == token::VAROBS || tok == token::V… in symbol_type()
7032 return symbol_type (token::VAROBS, std::move (l)); in make_VAROBS()
7039 return symbol_type (token::VAROBS, l); in make_VAROBS()
H A DDynareBison.yy121 %token VALUES VAR VAREXO VAREXO_DET VARIABLE VAROBS VAREXOBS PREDETERMINED_VARIABLES VAR_EXPECTATIO…
2135 varobs : VAROBS { driver.check_varobs(); } varobs_list ';';