PINE LIBRARY

FunctionBoxCoxTransform

Library "FunctionBoxCoxTransform"
Methods to compute the Box-Cox Transformer.

regular(sample, lambda) Regular transform.
  Parameters:
    sample: float array, sample data values.
    lambda: float, scaling factor.
  Returns: float array.

inverse(sample, lambda) Regular transform.
  Parameters:
    sample: float array, sample data values.
    lambda: float, scaling factor.
  Returns: float array.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.