Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/plugin/
H A Dfractals.c192 int hurst_exponent (int vnum, const DATASET *dset, gretlopt opt, in hurst_exponent() function
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c5856 int (*hurst_exponent) (int, const DATASET *, gretlopt, PRN *); in do_hurst() local
5859 hurst_exponent = gui_get_plugin_function("hurst_exponent"); in do_hurst()
5860 if (hurst_exponent == NULL) { in do_hurst()
5868 err = hurst_exponent(v, dataset, OPT_NONE, prn); in do_hurst()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c7028 int (*hurst_exponent) (int, const DATASET *, gretlopt, PRN *); in hurstplot() local
7030 hurst_exponent = get_plugin_function("hurst_exponent"); in hurstplot()
7031 if (hurst_exponent == NULL) { in hurstplot()
7035 return hurst_exponent(list[1], dset, opt, prn); in hurstplot()