StatTimeSerAnalysis::BoxCoxInv Function

void BoxCoxInv(TVec *Y, TVec *U, const double Lambda);

Inverse Box-Cox transformation.

#NameTypeDescription
1YTVec *Transformed time series.
2UTVec *Time series. Size of Data is adjusted automatically.
3Lambdaconst doubleBox-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:

Fλ(Yt)={(Ytλ+1)1/λλ>0expYtλ=0F_\lambda (Y_t) = \begin{cases} (Y_t \lambda +1)^{1/\lambda} & \lambda > 0 \\ \exp Y_t & \lambda = 0 \end{cases}
See Also: StatTimeSerAnalysis::BoxCox
Declared in Dew::Stats::Units::StatTimeSerAnalysis · Dew.Stats/Units.StatTimeSerAnalysis.h · Cross-compiler