Details
enum VECMnorm
typedef enum {
NORM_PHILLIPS,
NORM_DIAG,
NORM_FIRST,
NORM_NONE,
NORM_MAX
} VECMnorm;
BFGS_MAXITER
#define BFGS_MAXITER "bfgs_maxiter"
BFGS_TOLER
#define BFGS_TOLER "bfgs_toler"
BHHH_MAXITER
#define BHHH_MAXITER "bhhh_maxiter"
BHHH_TOLER
#define BHHH_TOLER "bhhh_toler"
BKBP_K
#define BKBP_K "bkbp_k"
BOOTREP
#define BOOTREP "bootrep"
FORCE_DECP
#define FORCE_DECP "force_decpoint"
FORCE_HC
#define FORCE_HC "force_hc"
GARCH_VCV
#define GARCH_VCV "garch_vcv"
GARCH_ROBUST_VCV
#define GARCH_ROBUST_VCV "garch_robust_vcv"
HAC_KERNEL
#define HAC_KERNEL "hac_kernel"
HAC_LAG
#define HAC_LAG "hac_lag"
HALT_ON_ERR
#define HALT_ON_ERR "halt_on_error"
HC_VERSION
#define HC_VERSION "hc_version"
HORIZON
#define HORIZON "horizon"
HP_LAMBDA
#define HP_LAMBDA "hp_lambda"
USE_LBFGS
#define USE_LBFGS "lbfgs"
LOOP_MAXITER
#define LOOP_MAXITER "loop_maxiter"
RQ_MAXITER
#define RQ_MAXITER "rq_maxiter"
MAX_VERBOSE
#define MAX_VERBOSE "max_verbose"
NLS_TOLER
#define NLS_TOLER "nls_toler"
PREWHITEN
#define PREWHITEN "hac_prewhiten"
QS_BANDWIDTH
#define QS_BANDWIDTH "qs_bandwidth"
SHELL_OK
#define SHELL_OK "shell_ok"
USE_CWD
#define USE_CWD "use_cwd"
USE_SVD
#define USE_SVD "svd"
USE_FCP
#define USE_FCP "fcp"
VECM_NORM
#define VECM_NORM "vecm_norm"
ARMA_VCV
#define ARMA_VCV "arma_vcv"
VERBOSE_INCLUDE
#define VERBOSE_INCLUDE "verbose_include"
SKIP_MISSING
#define SKIP_MISSING "skip_missing"
R_FUNCTIONS
#define R_FUNCTIONS "R_functions"
R_LIB
#define R_LIB "R_lib"
ITER_PRINT_FUNC ()
int (*ITER_PRINT_FUNC) (...,
PRN *);
DEBUG_READLINE ()
int (*DEBUG_READLINE) (void *);
DEBUG_OUTPUT ()
int (*DEBUG_OUTPUT) (void *);
set_nls_toler()
#define set_nls_toler(x) (libset_set_double(NLS_TOLER, x))
libset_init ()
int libset_init (void);
libset_cleanup ()
void libset_cleanup (void);
libset_restore_state_zero ()
int libset_restore_state_zero (DATAINFO *pdinfo);
push_program_state ()
int push_program_state (void);
pop_program_state ()
int pop_program_state (void);
libset_get_bool ()
int libset_get_bool (const char *key);
libset_set_bool ()
int libset_set_bool (const char *key,
int val);
libset_get_double ()
double libset_get_double (const char *key);
libset_set_double ()
int libset_set_double (const char *key,
double val);
libset_get_int ()
int libset_get_int (const char *key);
libset_set_int ()
int libset_set_int (const char *key,
int val);
set_xsect_hccme ()
void set_xsect_hccme (const char *s);
set_tseries_hccme ()
void set_tseries_hccme (const char *s);
set_panel_hccme ()
void set_panel_hccme (const char *s);
set_garch_robust_vcv ()
void set_garch_robust_vcv (const char *s);
get_hac_lag ()
int get_hac_lag (int T);
data_based_hac_bandwidth ()
int data_based_hac_bandwidth (void);
get_bkbp_k ()
int get_bkbp_k (const DATAINFO *pdinfo);
get_bkbp_periods ()
void get_bkbp_periods (const DATAINFO *pdinfo,
int *l,
int *u);
set_bkbp_k ()
int set_bkbp_k (int k);
set_bkbp_periods ()
int set_bkbp_periods (int bkl,
int bku);
unset_bkbp_k ()
void unset_bkbp_k (void);
unset_bkbp_periods ()
void unset_bkbp_periods (void);
set_mp_bits ()
void set_mp_bits (int b);
get_mp_bits ()
int get_mp_bits (void);
n_init_vals ()
int n_init_vals (void);
free_init_vals ()
void free_init_vals (void);
set_loop_on ()
void set_loop_on (int quiet);
set_loop_off ()
void set_loop_off (void);
gretl_looping ()
int gretl_looping (void);
gretl_looping_currently ()
int gretl_looping_currently (void);
gretl_looping_quietly ()
int gretl_looping_quietly (void);
gretl_set_batch_mode ()
void gretl_set_batch_mode (int b);
gretl_in_batch_mode ()
int gretl_in_batch_mode (void);
gretl_set_gui_mode ()
void gretl_set_gui_mode (int g);
gretl_in_gui_mode ()
int gretl_in_gui_mode (void);
set_gretl_echo ()
void set_gretl_echo (int e);
gretl_echo_on ()
int gretl_echo_on (void);
set_gretl_messages ()
void set_gretl_messages (int e);
gretl_messages_on ()
int gretl_messages_on (void);
gretl_warnings_on ()
int gretl_warnings_on (void);
gretl_debugging_on ()
int gretl_debugging_on (void);
shelldir_init ()
void shelldir_init (const char *s);
get_shelldir ()
char * get_shelldir (void);
get_csv_delim ()
char get_csv_delim (const DATAINFO *pdinfo);
get_csv_na_string ()
const char * get_csv_na_string (void);
set_csv_na_string ()
void set_csv_na_string (const char *s);
get_include_path ()
const char * get_include_path (void);
set_include_path ()
void set_include_path (const char *s);
execute_set_line ()
int execute_set_line (const char *line,
DATAINFO *pdinfo,
gretlopt opt,
PRN *prn);
line : |
|
pdinfo : |
|
opt : |
|
prn : |
|
| Returns : |
|
iter_print_callback ()
int iter_print_callback (int i,
PRN *prn);
iter_print_func_installed ()
int iter_print_func_installed (void);
set_debug_read_func ()
void set_debug_read_func (DEBUG_READLINE dfunc);
set_debug_output_func ()
void set_debug_output_func (DEBUG_OUTPUT dout);
get_debug_output_func ()
DEBUG_OUTPUT get_debug_output_func (void);
set_workdir_callback ()
void set_workdir_callback (int (callback) ());
set_script_switch ()
void set_script_switch (int s);
get_script_switch ()
int get_script_switch (void);
libset_write_script ()
int libset_write_script (const char *fname);
libset_read_script ()
int libset_read_script (const char *fname);