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