Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h269 int theil_forecast_plot (const int *plotlist, const DATASET *dset,
H A Dgraphing.c4351 int theil_forecast_plot (const int *plotlist, const DATASET *dset, in theil_forecast_plot() function
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c7063 err = theil_forecast_plot(plotlist, dset, OPT_G); in theil_plot()