• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-May-2022626 3020

READMEH A D03-Dec-2020664 2011

arma_example.cH A D03-Dec-20202.1 KiB8543

nls_example.cH A D03-Dec-20202.3 KiB9753

simple_client.cH A D03-Dec-20204.3 KiB13057

README

1Some examples of use of libgretl via third-party code. You should
2install the gretl library and headers (i.e. "make install" in the
3parent to this directory) before trying to build the examples.
4
5simple_client.c: code for a trivial illustrative client program for
6libgretl.  By looking at this code you should be able to get the basic
7idea of how to send information to libgretl, and how one might deal with
8the struct that libgretl returns.
9
10arma_example.c: example of opening a dataset (a .gdt file supplied
11with the gretl distribution) and estimating an ARMA model.
12
13nls_example.c: example of estimation of a nonlinear model via
14nonlinear least squares.
15
16
17
18
19
20