On Wed, February 8, 2006 13:20, Ignacio Díaz-Emparanza wrote:
> ? print y1
> print y1
>
> Varname: y1
> Full data range: 1 - 20 (n = 20)
> Current sample: 1 - 20
>
> 0.800000 0.820000 0.728000 0.701200 0.644480 0.608392 0.565597
> 0.530435 0.494972 0.463206 0.432769 0.404711 0.378269 0.353663
> 0.330599 0.309071 0.288928 0.270107 0.252507 NA
>
> Which is not, I presume, exactly what you expected to get, but at least it
> runs.
Oh yes, this is what I wanted. I only have to plot it to obtain the
theoretical correlogram.
I was just referring to the fact that I'd have left the 1 at the beginning and
I don't like the NA at the end, but that's a matter of taste.
The problem seems to be with the Spanish translation
The same with Italian:
gretl versione 1.5.0
Copyright Ramu Ramanathan e Allin Cottrell
Questo è software libero SENZA ALCUNA GARANZIA
Sessione corrente: 2006/02/08 13:55
"help" mostra una lista di comandi
run Ignacio.inp
/home/jack/Prove/Ignacio.inp aperto con successo
? nulldata 20
Periodicità: 1, oss. max.: 20,
intervallo: 1-20
? function corrAR2 (scalar phi1, scalar phi2)
? (y1) = corrAR2 0.4 0.5
? series y = 1.0
Generato il vettore y (ID 4)
? scalar rho1 = phi1 / (1-phi2)
Generato lo scalare rho1 (ID 5) = 0
? genr y[2] = rho1
Modificato il vettore y (ID 4)
? genr y = phi1*y(-1)+phi2*y(-2)
Sostituito il vettore y (ID 4)
? genr y2 = y(1)
Generato il vettore y2 (ID 6)
? print y1
print y1
Nome variabile: y1
Campione completo dei dati: 1 - 20 (n = 20)
Campione attuale: 1 - 20
0,00000
--
Riccardo "Jack" Lucchetti
Dipartimento di Economia
Facoltà di Economia "G. Fuà"
Ancona