Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dnls.h55 void nlspec_set_t1_t2 (nlspec *spec, int t1, int t2);
H A Dnls.c3208 void nlspec_set_t1_t2 (nlspec *spec, int t1, int t2) in nlspec_set_t1_t2() function
3265 nlspec_set_t1_t2(s, dset->t1, dset->t2); in nl_parse_line()
/dports/math/gretl/gretl-2021d/plugin/
H A Darma_init.c1248 nlspec_set_t1_t2(spec, 0, ainfo->T - 1); in arma_get_nls_model()