TimeSeriesSRC.pmodel¶
- class TimeSeriesSRC.pmodel(xtype, na=[0, 1], nb=[], nc=[], nd=[], nf=[], delay=[], diff=[0], per=[], upre=[], ypre=[], ypost=[], eFcn='estimlm', indexFcn='pmodmse', initFcn='initrand')[source]¶
Bases:
object- __init__(xtype, na=[0, 1], nb=[], nc=[], nd=[], nf=[], delay=[], diff=[0], per=[], upre=[], ypre=[], ypost=[], eFcn='estimlm', indexFcn='pmodmse', initFcn='initrand')[source]¶
Methods
__init__(xtype[, na, nb, nc, nd, nf, delay, ...])getGH()getGHarx()getGHdf()getmX()getmXarx()init()initrand()initzero()newarma()newarmax()newarx()newbjtf()newregr()predarma([y])predarmax(y[, u])predarx(y[, u])predbjtf(y[, u])preddfarma(y)preddfbjtf(y, u)PREDICT Compute one-step predictions for the Box and Jenkins Transfer Function model.
predict(y[, u])predictdf(y[, u])predregr(y[, u])PREDICT Compute one-step predictions for regression model.
set_data(y[, u])setmX(X)setmXarma(X)setmXarmax(X)setmXarx(X)setmXbjtf(X)setmXregr(X)- predregr(y, u=array([], shape=(1, 0), dtype=float64))[source]¶
PREDICT Compute one-step predictions for regression model.
- Parameters:
y
u
- Returns: