Am 07.07.2017 um 15:52 schrieb Sven Schreiber:
Am 07.07.2017 um 01:06 schrieb Allin Cottrell:
> We're planning to release gretl 2017c soon (I'm thinking of Monday,
> July 10), so if anyone wants to update a translation, or has a bug
> report pending, this would be a good time to act.
This time here's something that might be relevant for this release.
Consider the following lines ripped from a script which was based on
Allin's example (gdp_midas.inp):
midasreg dep const ownlag ; mdsl(dIPL, 0) mdsl(dOL, 0)
printf "midas coefficients:\n%10.5f\n", $model.midas_coeffs[,1]
The midasreg line seems to run OK, so having two mdsl(...) parts seems
legal. However, at the second line gretl (latest snapshot) tells me:
"midas_coeffs": kein solches Ding [no such thing]
Is it a bug or am I going beyond the Midas spec here?
thanks,
sven