Functions
SHOW_ACTIVITY_FUNC ()
void
(*SHOW_ACTIVITY_FUNC) (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
);
push_program_state ()
int
push_program_state (void
);
pop_program_state ()
int
pop_program_state (void
);
libset_get_bool ()
int
libset_get_bool (SetKey key
);
libset_set_bool ()
int
libset_set_bool (SetKey key
,
int val
);
libset_get_double ()
double
libset_get_double (SetKey key
);
libset_set_double ()
int
libset_set_double (SetKey key
,
double val
);
libset_get_user_tolerance ()
double
libset_get_user_tolerance (SetKey key
);
libset_get_int ()
int
libset_get_int (SetKey key
);
libset_set_int ()
int
libset_set_int (SetKey key
,
int val
);
is_libset_var ()
int
is_libset_var (const char *s
);
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_alt_vcv ()
void
set_garch_alt_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 DATASET *dset
);
get_bkbp_periods ()
void
get_bkbp_periods (const DATASET *dset
,
int *l
,
int *u
);
get_mp_bits ()
int
get_mp_bits (void
);
n_initvals ()
int
n_initvals (void
);
n_initcurv ()
int
n_initcurv (void
);
get_matrix_mask ()
const gretl_matrix *
get_matrix_mask (void
);
get_matrix_mask_nobs ()
int
get_matrix_mask_nobs (void
);
destroy_matrix_mask ()
void
destroy_matrix_mask (void
);
set_loop_on ()
void
set_loop_on (void
);
set_loop_off ()
void
set_loop_off (void
);
gretl_looping ()
int
gretl_looping (void
);
gretl_looping_currently ()
int
gretl_looping_currently (void
);
gretl_iteration_push ()
void
gretl_iteration_push (void
);
gretl_iteration_pop ()
void
gretl_iteration_pop (void
);
gretl_iteration_depth ()
int
gretl_iteration_depth (void
);
gretl_iterating ()
int
gretl_iterating (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 (void
);
gretl_in_gui_mode ()
int
gretl_in_gui_mode (void
);
gretl_set_tool_mode ()
void
gretl_set_tool_mode (void
);
gretl_in_tool_mode ()
int
gretl_in_tool_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_comments_on ()
int
gretl_comments_on (void
);
gretl_warnings_on ()
int
gretl_warnings_on (void
);
gretl_debugging_on ()
int
gretl_debugging_on (void
);
set_data_export_decimal_comma ()
void
set_data_export_decimal_comma (int s
);
get_data_export_decpoint ()
char
get_data_export_decpoint (void
);
set_data_export_delimiter ()
void
set_data_export_delimiter (char c
);
get_data_export_delimiter ()
char
get_data_export_delimiter (void
);
get_csv_na_write_string ()
const char *
get_csv_na_write_string (void
);
set_csv_na_write_string ()
int
set_csv_na_write_string (const char *s
);
get_csv_na_read_string ()
const char *
get_csv_na_read_string (void
);
set_csv_na_read_string ()
int
set_csv_na_read_string (const char *s
);
execute_set ()
int
execute_set (const char *setobj
,
const char *setarg
,
DATASET *dset
,
gretlopt opt
,
PRN *prn
);
show_activity_callback ()
void
show_activity_callback (void
);
show_activity_func_installed ()
int
show_activity_func_installed (void
);
set_user_stop ()
void
set_user_stop (int s
);
get_user_stop ()
int
get_user_stop (void
);
set_workdir_callback ()
void
set_workdir_callback (int (*callback) ()
);
libset_write_script ()
int
libset_write_script (const char *fname
);
libset_read_script ()
int
libset_read_script (const char *fname
);