Click or drag to resize

CPGUPCStandardize Method

Remove/Replace mean and standard deviation

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void PCStandardize(
	CGXNETCore gxNetShared,
	CPG pg,
	CVV vv_m,
	CVV vv_s,
	int dir
)

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>
Remarks
Works on columns of the PG.
See Also