Top |
int | gretl_VAR_print_sigma () |
int | gretl_VAR_print () |
int | gretl_VAR_print_all_fcast_decomps () |
int | gretl_VAR_print_fcast_decomp () |
int | gretl_VAR_print_all_impulse_responses () |
char * | vecm_beta_varname () |
int gretl_VAR_print_sigma (const GRETL_VAR *var
,PRN *prn
);
Prints to prn
the contemporaneous (cross-equation) variance
matrix for var
.
int gretl_VAR_print (GRETL_VAR *var
,const DATASET *dset
,gretlopt opt
,PRN *prn
);
Prints the models in var
, along with relevant F-tests and
possibly impulse responses and variance decompositions.
int gretl_VAR_print_all_fcast_decomps (GRETL_VAR *var
,const DATASET *dset
,int horizon
,PRN *prn
);
int gretl_VAR_print_fcast_decomp (GRETL_VAR *var
,int targ
,int periods
,const DATASET *dset
,PRN *prn
);
int gretl_VAR_print_all_impulse_responses (GRETL_VAR *var
,const DATASET *dset
,int horizon
,PRN *prn
);