Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dforecast.c1917 int ar_smax, ma_smax; in arma_fcast() local
2002 ma_smax = pmod->t2; in arma_fcast()
2005 ma_smax = MAX(fc->t1 - 1, q); in arma_fcast()
2008 ma_smax = pmod->t2; in arma_fcast()
2011 DPRINTF(("ar_smax = %d, ma_smax = %d\n", ar_smax, ma_smax)); in arma_fcast()
2117 if (s >= pmod->t1 && s <= ma_smax) { in arma_fcast()