Thanks!  (A) pretty much answered my question.
 
Regards,
Peter

 
On 1/18/07, Riccardo (Jack) Lucchetti <r.lucchetti@univpm.it> wrote:

On Thu, January 18, 2007 16:42, Peter N. Krembs wrote:
> Hi all,
>
> I recently discovered gretl and am very impressed with its functionality
> and
> ease of use.  I do have one question (at the risk of sounding silly): is
> there a function in gretl to plot random numbers along a normal
> distribution
> (i.e., white noise)?

I'm not quite sure I understand, but I take it you want to generate a
sample of n iid normal random variables into a variable x. Say n=100.
Here it is:

a) via the gui:
- File -> New data set -> 100 -> (time series)
- Add -> Random variable -> Normal -> x 0 1

b) via the cli (console or script)

nulldata 100
setobs 1 1
series x = normal()

Riccardo (Jack) Lucchetti
Dipartimento di Economia
Facoltā di Economia "G. Fuā"
Ancona

_______________________________________________
Gretl-users mailing list
Gretl-users@ricardo.ecn.wfu.edu
http://ricardo.ecn.wfu.edu/mailman/listinfo/gretl-users



--
Regards,
Peter Krembs
Oakland, CA USA
510.285.7098