Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dprintout.c3169 gretlopt fc_opt = OPT_NONE; in text_print_fit_resid() local
3232 fc_opt |= OPT_T; in text_print_fit_resid()
3234 fr_print_fc_stats(fr, fc_opt, prn); in text_print_fit_resid()
3371 gretlopt fc_opt = OPT_D; in text_print_forecast() local
3374 fc_opt |= OPT_T; in text_print_forecast()
3376 fr_print_fc_stats(fr, fc_opt, prn); in text_print_forecast()
/dports/math/gretl/gretl-2021d/gui/
H A Dguiprint.c1377 gretlopt fc_opt = OPT_NONE; in texprint_fit_resid() local
1426 fc_opt |= OPT_T; in texprint_fit_resid()
1428 texprint_fcast_stats(fr, fc_opt, prn); in texprint_fit_resid()