Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dforecast.c2665 int dyn_ok = 0; in get_forecast_method() local
2688 dyn_ok = 1; in get_forecast_method()
2695 if (!dyn_ok && (opt & OPT_D)) { in get_forecast_method()
2701 if (pmod->ci == NLS && dyn_ok && (opt & OPT_D)) { in get_forecast_method()
2710 } else if ((dyn_ok || dyn_errs_ok) && fc->t2 > pmod->t2) { in get_forecast_method()
/dports/math/gretl/gretl-2021d/gui/
H A Dgui_utils.c4408 int premax, pre_n, dyn_ok; in system_forecast_callback() local
4451 dyn_ok = !static_model; in system_forecast_callback()
4459 dyn_ok = 0; in system_forecast_callback()
4465 dyn_ok, &gopt, &conf, in system_forecast_callback()