Home
last modified time | relevance | path

Searched defs:ar_model (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-statsmodels/statsmodels-0.13.1/examples/incomplete/
H A Ddates.py23 ar_model = sm.tsa.AR(endog, freq='A') variable
33 ar_model = sm.tsa.AR(data.endog, dates=dates, freq='A') variable
/dports/math/gretl/gretl-2021d/lib/src/
H A Destimate.c3282 MODEL ar_model (const int *list, DATASET *dset, in ar_model() function