Home
last modified time | relevance | path

Searched refs:GARCH_VCV (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibset.h60 GARCH_VCV, enumerator
H A Dlibset.c169 { GARCH_VCV, "garch_vcv", CAT_ROBUST, offsetof(set_state,garch_vcv) },
250 #define coded_intvar(k) (k == GARCH_VCV || \
399 { GARCH_VCV, gvc_strs },
/dports/math/gretl/gretl-2021d/plugin/
H A Dgarch.c247 int vopt = libset_get_int(GARCH_VCV); in get_vopt()