Top |
void | gretl_VAR_clear () |
void | VAR_fill_X () |
void | VAR_write_A_matrix () |
gretl_matrix * | decompanionize () |
int | johansen_stage_1 () |
double | gretl_VAR_ldet () |
int | VAR_LR_lag_test () |
int | VAR_portmanteau_test () |
int | VAR_do_lagsel () |
int | VAR_wald_omit_tests () |
gretl_matrix * | VAR_coeff_matrix_from_VECM () |
gretl_matrix * | reorder_responses () |
void | copy_north_west () |
gretl_matrix * | irf_bootstrap () |
gretl_matrix * decompanionize (const gretl_matrix *A
,int neqns
,GretlMatrixMod mod
);
int johansen_stage_1 (GRETL_VAR *jvar
,const DATASET *dset
,gretlopt opt
,PRN *prn
);
int VAR_do_lagsel (GRETL_VAR *var
,const DATASET *dset
,gretlopt opt
,PRN *prn
,gretl_matrix **pm
);
gretl_matrix * VAR_coeff_matrix_from_VECM (GRETL_VAR *var
,int Atrans
);
gretl_matrix * irf_bootstrap (GRETL_VAR *var
,int targ
,int shock
,int periods
,double alpha
,gretl_matrix *point
,const DATASET *dset
,int *err
);