Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dprintout.c1698 static void fcast_print_x (double x, int n, int pmax, PRN *prn) in fcast_print_x() function
3345 fcast_print_x(fr->actual[t], ywidth + 2, pmax, prn); in text_print_forecast()
3352 fcast_print_x(fr->fitted[t], 15, pmax, prn); in text_print_forecast()
3358 fcast_print_x(fr->sderr[t], 15, errpmax, prn); in text_print_forecast()
3360 fcast_print_x(fr->fitted[t] - maxerr[t], 15, pmax, prn); in text_print_forecast()
3362 fcast_print_x(fr->fitted[t] + maxerr[t], 10, pmax, prn); in text_print_forecast()