boxcox_analysis
Determines the appropriate Box-Cox transformation for a time series by comparing log (lambda=0) and identity (lambda=1) scatters, returning a figure to support your choice.
Instructions
Analyse Box-Cox transformation for a time series (standalone use).
NOTE: in guided analysis use guided_identification instead — it integrates Box-Cox, the identification listing, unit-root tests and seasonality test in the correct order (listing first, tests as support).
Computes the mean-std scatter for lambda=0 (log) and lambda=1 (identity), recommends the transformation, and returns the comparison figure.
Parameters
inp_path : path to the .inp file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inp_path | Yes |