On Fri, 5 Oct 2012, Sanzad Siddique wrote:
Can you please tell me, what value I should set for gretlopt
if i want to call arma function with conditional option. The
default is ML exact (if i pass OPT_NONE)
If you look in lib/src/options.c you'll find what you need;
see struct gretl_option gretl_opts[], which includes the entry
{ ARMA, OPT_C, "conditional", 0 },
http://gretl.cvs.sourceforge.net/viewvc/gretl/gretl/lib/src/options.c?vie...
Also, can you add me (pavelkushtia(a)gmail.com) in the
gretl-devel mailing list.
The procedure is to sign yourself up, at
http://lists.wfu.edu/mailman/listinfo/gretl-devel
Allin Cottrell