Home
last modified time | relevance | path

Searched refs:SetupObjectiveFunction (Results 1 – 3 of 3) sorted by relevance

/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/switching/
H A Ddw_switch_opt.h29 void SetupObjectiveFunction(TStateModel *model, PRECISION *Modified, PRECISION *FreeQ, PRECISION *F…
H A Ddw_switch_opt.c47 void SetupObjectiveFunction(TStateModel *model, PRECISION *Modified, PRECISION *FreeQ, PRECISION *F… in SetupObjectiveFunction() function
174 SetupObjectiveFunction(model,x+pos_Q,x+pos_Q,x+pos_theta); in PosteriorOptimizationQ_npsol()
355 SetupObjectiveFunction(model,parameters+offset,parameters+pos_Q,parameters+pos_theta); in PosteriorOptimization_csminwel()
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/state_space/sbvar/
H A Dsbvar_estimate.c223 SetupObjectiveFunction(model,x+block[i][1],x+pos_Q,x+pos_VAR); in FindMode_VAR_csminwel()
273 SetupObjectiveFunction(model,x,x+pos_Q,x+pos_VAR); in FindMode_VAR_csminwel()