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.
- Alphabetic
- By Inheritance
- TranRegression
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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
-
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
-
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