Packages

object TranRegression

The TranRegression companion object provides transformation and inverse transformation function based on the parameter 'lambda'. It support the family of Box-Cox transformations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TranRegression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def box_cox(y: Double): Double

    Transform 'y' using the Box-Cox transformation.

    Transform 'y' using the Box-Cox transformation.

    y

    the value to be transformed

  2. def cox_box(z: Double): Double

    Inverse transform 'z' using the Box-Cox transformation.

    Inverse transform 'z' using the Box-Cox transformation.

    z

    the value to be inverse transformed

  3. def set_lambda(lambda_: Double): Unit

    Set the value for the 'lambda' parameter.

    Set the value for the 'lambda' parameter.

    lambda_

    the new value for the 'lambda' parameter