You are here: Symbol Reference > StatTimeSerAnalysis Namespace > Functions > StatTimeSerAnalysis.BoxCoxInv Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTimeSerAnalysis.BoxCoxInv Function

Inverse Box-Cox transformation.

Pascal
procedure BoxCoxInv(const Y: TVec; const U: TVec; const Lambda: double);
Parameters 
Description 
Transformed time series. 
Time series. Size of Data is adjusted automatically. 
Lambda 
Box-Cox transformation lambda value. An exception is raised if Lambda < 0 . 

Performs the inverse Box-Cox transformation on time series. The inverse Box-Cox transformation is defined by the following equation: 

 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!