On Wed, 29 Apr 2020, Ioannis A. Venetis wrote:
Hi all,
I copy - paste (copy-pasted or copied-pasted ? :))
Listing 9.1: Periodogram via the Fourier transform for the
gretl-guide.pdf
At least in my computer the transpose symbol is not the expected one by
gretl so it returns the following error.
<script output>
Unexpected byte 0xe2
C:\Program Files\gretl\write.chk: Permission denied
Couldn't write to 'C:\Program Files\gretl\': gretl will not work
properly!
C:\Users\Venetis\AppData\Roaming\gretl\gretl.pid: No such file or
directory
C:\Users\Venetis\AppData\Roaming\gretl\gretl.pid: No such file or
directory Error executing script: halting
> omega = seq(1,($nobs/2))' .* (2*$pi/$nobs)
</ script output>
I know it seems the same but apparently it is not. omega = seq(1,($nobs/2))'
.* (2*$pi/$nobs)
Best, Yiannis
No, that is not really a typo: when you copy-n-paste portions of a script
from the pdf version of the guide, you need to be aware that the "prime"
symbol you get in the pdf file is not the same character as the
"single-quote" characher we use in hansl for transposition, although they
look very much the same. You have to change all such occurrences.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------