Click or drag to resize

BoxCox(DoubleVector) Constructor

Constructs a BoxCox object for the given data, finding a value of lambda which maximizes the log-likelihood function over the lambda interval LAMBDA_EPSILON.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public BoxCox(
	DoubleVector data
)

Parameters

data  DoubleVector
The data. Must contain all positive values.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if not all data values are positive.
See Also