Click or drag to resize
CVVUBoxCox Method
Run Box-Cox (lambda) Transformation on VV.

Available since Oasis montaj version: 5.1.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void BoxCox(
	CGXNETCore gxNetShared,
	CVV vv,
	double lm
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
[i/o] VV
lm
Type: SystemDouble
[i] Lambda Value
See Also