| Home | Trees | Indices | Help |
|
|---|
|
|
AutoRegressiveModel --+
|
AveragedAutoRegressiveModel
Averaged auto-regressive model for stochastic process
An averaged model is constructed by averaging the model coefficients of several auto-regressive models of the same order. An averaged model is created empty, then individual models are added.
|
|||
| __init__(self, order, delta_t) | |||
|
add(self,
model,
weight=1) Adds the coefficients of an autoregressive model to the average. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Adds the coefficients of an autoregressive model to the average.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:45 2006 | http://epydoc.sourceforge.net |