Home
last modified time | relevance | path

Searched refs:garch_model (Results 1 – 2 of 2) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Destimate.c4247 MODEL (*garch_model) (const int *, DATASET *, PRN *, in garch() local
4252 garch_model = get_plugin_function("garch_model"); in garch()
4254 if (garch_model == NULL) { in garch()
4266 mod = (*garch_model) (list, dset, myprn, opt); in garch()
/dports/math/gretl/gretl-2021d/plugin/
H A Dgarch.c897 MODEL garch_model (const int *cmdlist, DATASET *dset, in garch_model() function