Click or drag to resize
CPGUPCLoadings2 Method
Same as PCLoading_PGU, but input correlation matrix.

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
See PCLoadings_PGU.
Syntax
public static void PCLoadings2(
	CPG oPG1,
	CPG oPG2
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
correllation matrix (N by N)
oPG2
Type: GeoEngine.Core.GXNetCPG
principal component loadings (N by N)
See Also