Click or drag to resize

CPGUPCStandardize Method

Remove/Replace mean and standard deviation

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

public static void PCStandardize(
	CPG pg,
	CVV vv_m,
	CVV vv_s,
	int dir
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Matrix to standardize
vv_m
Type: GeoEngine.Core.GXNetCVV
Means
vv_s
Type: GeoEngine.Core.GXNetCVV
Standard deviations
dir
Type: SystemInt32
<define>PGU_DIRECTION</define>
Remarks
Works on columns of the PG.
See Also