void BoxCoxInv(TVec *Y, TVec *U, const double Lambda);
Inverse Box-Cox transformation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TVec * | Transformed time series. |
| 2 | U | TVec * | Time series. Size of Data is adjusted automatically. |
| 3 | Lambda | const double | Box-Cox transformation lambda value. An exception is raised if Lambda < 0 . |
Remarks:
Performs the inverse Box-Cox transformation on time series. The inverse Box-Cox transformation is defined by the following equation:
See Also: StatTimeSerAnalysis::BoxCox
Declared in Dew::Stats::Units::StatTimeSerAnalysis · Dew.Stats/Units.StatTimeSerAnalysis.h · Cross-compiler