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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CPG oPG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	int i5
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
matrix to standardize
oVV2
Type: GeoEngine.Core.GXNetCVV
mask VV for data selection (forward only)
oVV3
Type: GeoEngine.Core.GXNetCVV
means
oVV4
Type: GeoEngine.Core.GXNetCVV
standard deviations
i5
Type: SystemInt32
forward or reverse
See Also