Click or drag to resize

BoxCoxTransformation Class

Class BoxCoxTransformation performs a Box-Cox power transformation, which can be used to make non-normal data resemble normally-distributed data.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreBoxCoxTransformation

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class BoxCoxTransformation

The BoxCoxTransformation type exposes the following members.

Constructors
 NameDescription
Public methodBoxCoxTransformation Calculates the lambda that best transforms the data into a normal distribution.
Top
Properties
 NameDescription
Public propertyLambda Gets the lambda.
Top
Methods
 NameDescription
Public methodTransform Transforms original data using lambda.
Top
Remarks
Data must be all positive so add a constant if necessary.
See Also