|
def | __init__ (self, transf, trend, cycle, autoreg) |
|
def | info (self) |
|
def | getComplexity (self) |
|
def | updatePerfs (self) |
|
def | computePredictionIntervals (self) |
|
def | getFormula (self) |
|
def | getInfo (self) |
|
def | forecastOneStepAhead (self, df) |
|
def | forecast (self, df, iHorizon) |
|
def | addPredictionIntervals (self, iInputDS, iForecastFrame) |
|
def | plotForecasts (self, df) |
|
def | to_json (self) |
|
def | plotResidues (self, name=None) |
|
def | standrdPlots (self, name=None) |
|
def | getPlotsAsDict (self) |
|
|
| mTransformation |
|
| mTrend |
|
| mCycle |
|
| mAR |
|
| mFitPerformances |
|
| mForecastPerformances |
|
| mTestPerformances |
|
| mOutName |
|
| mOriginalSignal |
|
| mTimeInfo |
|
| mTime |
|
| mSignal |
|
| mModelFrame |
|
| mFitPerf |
|
| mForecastPerf |
|
| mTestPerf |
|
| mPredictionIntervalsEstimator |
|
The documentation for this class was generated from the following file: