Click or drag to resize
CPGUPCStandardize2 Method
Remove/Replace mean and standard deviation, subset values.

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)
Notes
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.
Syntax
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
See Also