Home
last modified time | relevance | path

Searched refs:J_REST_CONST (Results 1 – 7 of 7) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Djohansen.h27 J_REST_CONST, enumerator
70 (v->jinfo->code == J_REST_CONST || \
H A Dvarprint.c571 src = (jcode(v) == J_REST_CONST)? "const" : "trend"; in vecm_beta_varname()
H A Dirfboot.c681 } else if (jcode(var) == J_REST_CONST) { in compute_VECM_dataset()
H A Dvar.c246 (v->jinfo->code == J_REST_CONST || in n_restricted_terms()
1290 } else if (jcode(var) == J_REST_CONST) { in VECM_add_forecast()
3214 } else if (jc == J_REST_CONST) { in opt_from_jcode()
3232 jc = J_REST_CONST; in jcode_from_opt()
H A Dtexprint.c1010 pprintf(prn, "%s & ", (jcode(v) == J_REST_CONST)? "const" : "trend"); in tex_beta_vname()
/dports/math/gretl/gretl-2021d/plugin/
H A Djohansen.c253 } else if (det == J_REST_CONST) { in gamma_harbo_trace_pval()
893 if (jcode(v) > J_REST_CONST) { in vecm_set_df()
/dports/math/gretl/gretl-2021d/gui/
H A Dselector.c8739 jcase = J_REST_CONST; in selector_get_opts()