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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See PCLoadings_PGU.
Syntax
public static void PCLoadings2(
	CGXNETCore gxNetShared,
	CPG pg_c,
	CPG pg_loadings
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg_c
Type: GeoEngine.Core.GXNetXCPG
Correllation matrix (N by N)
pg_loadings
Type: GeoEngine.Core.GXNetXCPG
Principal component loadings (N by N)
See Also