Testsuite: fix test under Octave

Enforce the positivity of standard errors in the maximum likelihood
estimations. Otherwise some stderr are estimated negative, and the Bayesian
estimation fail because the initial value is out of the bounds of the prior
shape.
last-period-simul
Sébastien Villemot 2022-01-21 14:50:44 +01:00
parent a08de9e661
commit 4fdb15b437
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ estimated_params;
alp, 0.356;
rho, 0.129;
psi, 0.65;
stderr e_a, 0.035449;
stderr e_m, 0.008862;
stderr e_a, 0.035449, 0, inf;
stderr e_m, 0.008862, 0, inf;
end;
varobs gp_obs gy_obs;