Class BoxCoxTransformation performs a Box-Cox power transformation, which can be used to make non-normal data resemble normally-distributed data.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class BoxCoxTransformation
Visual Basic (Declaration)
Public Class BoxCoxTransformation
Visual C++
public ref class BoxCoxTransformation

Remarks

Data must be all positive so add a constant if necessary.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Analysis..::.BoxCoxTransformation

See Also