Click or drag to resize

CPGUPCStandardize2 Method

Remove/Replace mean and standard deviation, subset values.

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

public static void PCStandardize2(
	CGXNETCore gxNetShared,
	CPG pg,
	CVV vv_mask,
	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_mask
Type: GeoEngine.Core.GXNetXCVV
Mask VV for data selection (forward only)
vv_m
Type: GeoEngine.Core.GXNetXCVV
Means
vv_s
Type: GeoEngine.Core.GXNetXCVV
Standard deviations
dir
Type: SystemInt32
Forward or reverse
Remarks
Like PCStandardize_PGU, except that not all the values are included in the calculation of the means and standard deviations. The inclusion is controlled by a mask VV, The rows where the mask is dummy are not included in the calculation, but ALL the values are standardized.
See Also