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.

See Also