Click or drag to resize
CPGUPCStandardize Method
Remove/Replace mean and standard deviation

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Works on columns of the PG.
Syntax
public static void PCStandardize(
	CGXNETCore gxNetShared,
	CPG pg,
	CVV vv_m,
	CVV vv_s,
	int dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Matrix to standardize
vv_m
Type: GeoEngine.Core.GXNetXCVV
Means
vv_s
Type: GeoEngine.Core.GXNetXCVV
Standard deviations
dir
Type: SystemInt32
<define>PGU_DIRECTION</define>
See Also