InterviewSolution
| 1. |
What is Box-Cox transformation and its use? |
|
Answer» Box-Cox transform function belongs to the Power Transform family of FUNCTIONS. These functions are primarily used to create monotonic data transformations, but their main significance lies in the fact that they help in STABILIZING variance by adhering closely to the normal distribution and making the data independent of the mean based on its distribution. This function has one prerequisite that the numeric values to be transformed must be positive (similar to what EVEN log transform expects). In case they are negative, shifting using a constant value HELPS. Mathematically, the Box-Cox transform function can be defined as: |
|