Click or drag to resize

BoxCoxTransform Method

Overload List
 NameDescription
Public methodStatic memberTransform(DoubleVector, Double) Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda.
Public methodStatic memberTransform(DoubleVector, Double, Double) Performs the Box Cox transformation transformed data[i] = (data[i]^lambda - 1)/lambda.
Top
See Also